Function execute_fastcgi

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