mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Pubify clientresponse new
This commit is contained in:
parent
e0774cbd5d
commit
9086bf135d
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue