Searched refs:GRPC_WEB_PROTO (Results 1 – 2 of 2) sorted by relevance
22 pub(crate) const GRPC_WEB_PROTO: &str = "application/grpc-web+proto"; constant29 Some(GRPC_WEB) | Some(GRPC_WEB_PROTO) | Some(GRPC_WEB_TEXT) | Some(GRPC_WEB_TEXT_PROTO) in is_grpc_web()363 Encoding::None => GRPC_WEB_PROTO, in to_content_type()518 (GRPC_WEB_PROTO, Encoding::None), in encoding_constructors()
357 for ct in &[GRPC_WEB_TEXT, GRPC_WEB_PROTO, GRPC_WEB_TEXT_PROTO, GRPC_WEB] { in grpc_web_content_types()