Function get_server_fn_service

pub fn get_server_fn_service(
    path: &str,
    method: Method,
) -> Option<BoxedService<Request<Body>, Response<Body>>>
Expand description

Returns the server function at the given path as a service that can be modified.