Pubify clientresponse new

This commit is contained in:
James Bell 2024-09-17 20:42:08 +00:00
parent e0774cbd5d
commit 9086bf135d

View file

@ -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>,