Skip to main content

handle_request

Function handle_request 

Source
pub async fn handle_request(
    req: Request<Incoming>,
    config: &Config,
) -> Result<Response<Full<Bytes>>, Error>