pub fn is_grpc_request(headers: &HeaderMap) -> boolExpand description
Returns true if the given headers indicate a gRPC request.
The check is on the Content-Type header rather than the request path, since a request that reaches this point
matched no route and so its path says nothing useful.