Function jsonrpsee_server::http::content_type_is_json
source ยท pub fn content_type_is_json<T: Body>(request: &HttpRequest<T>) -> boolExpand description
Checks that content type of received request is valid for JSON-RPC.