Skip to content

Commit

Permalink
Pubify clientresponse new
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarterbellMSFT committed Sep 18, 2024
1 parent e0774cb commit 9086bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntex/src/http/client/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl HttpMessage for ClientResponse {

impl ClientResponse {
/// Create new client response instance
pub(crate) fn new(
pub fn new(
head: ResponseHead,
payload: Payload,
config: Rc<ClientConfig>,
Expand Down

0 comments on commit 9086bf1

Please sign in to comment.