Function execute_scgi

Source
async fn execute_scgi(
    hyper_request: Request<BoxBody<Bytes, Error>>,
    error_logger: &ErrorLogger,
    scgi_to: &str,
    environment_variables: LinkedHashMap<String, String>,
) -> Result<ResponseData, Box<dyn Error + Send + Sync>>