All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rust-server.server-service-footer.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
                _ => Ok(Response::builder().status(StatusCode::NOT_FOUND)
                        .body(Body::empty())
                        .expect("Unable to create Not Found response"))
            }
        }
        Box::pin(run(
            self.api_impl.clone(),
            req,
{{#apiUsesMultipartFormData}}
            self.multipart_form_size_limit,
{{/apiUsesMultipartFormData}}
        ))
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy