pub fn fn_http_service<F, Fut, E, B>(f: F) -> FnHttpService<F>Expand description
Create a FnHttpService from a given function.
See FnHttpService for details.
pub fn fn_http_service<F, Fut, E, B>(f: F) -> FnHttpService<F>Create a FnHttpService from a given function.
See FnHttpService for details.