Skip to main content

handle_hyper_request

Function handle_hyper_request 

Source
async fn handle_hyper_request(
    server: Arc<Server>,
    req: Request<Incoming>,
) -> Result<Response<Full<Bytes>>, Error>