Skip to content

Commit

Permalink
Public extension in Response #484 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn authored Nov 9, 2023
1 parent b5aef79 commit 41541ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/http/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct Response {
pub cookies: CookieJar,
/// The HTTP body.
pub body: ResBody,
pub(crate) extensions: Extensions,
pub extensions: Extensions,
}
impl Default for Response {
#[inline]
Expand Down

0 comments on commit 41541ba

Please sign in to comment.