Skip to main content

read_response

Function read_response 

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

Read one Response frame from an async reader. Used by client implementations and round-trip tests.