pub fn capabilities_response(
server: &'static str,
version: &'static str,
preferred_rest_style: &'static str,
routes: &'static [RestRoute],
) -> CapabilitiesResponseExpand description
Build a CapabilitiesResponse from a product’s own static route table.