http1::protocol::h1

Function handle_incoming

source
pub fn handle_incoming<H>(
    handler: &H,
    config: &Config,
    conn: Connection,
) -> Result<()>
where H: RequestHandler + Send + Sync + 'static,
Expand description

Handles and send a response to a HTTP1 request.