Skip to main content

read_response

Function read_response 

Source
pub async fn read_response<R: AsyncRead + Unpin>(
    reader: &mut R,
) -> Result<(Response, usize)>
Expand description

Read one Response with the default cap.