pub fn handle_incoming<H>(
handler: &H,
config: &Config,
conn: Connection,
) -> Result<()>
Expand description
Handles and send a response to a HTTP1 request.
pub fn handle_incoming<H>(
handler: &H,
config: &Config,
conn: Connection,
) -> Result<()>
Handles and send a response to a HTTP1 request.