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.
pub fn content_type_is_json<T: Body>(request: &HttpRequest<T>) -> boolChecks that content type of received request is valid for JSON-RPC.