Skip to main content

read_http

Function read_http 

Source
pub(super) fn read_http(
    stream: &mut TcpStream,
    max_body: usize,
) -> Result<(String, String, Vec<u8>)>