Searched refs:GRPC_WEB (Results 1 – 3 of 3) sorted by relevance
12 use crate::call::content_types::GRPC_WEB;71 .insert(CONTENT_TYPE, GRPC_WEB.try_into().unwrap()); in call()
21 pub(crate) const GRPC_WEB: &str = "application/grpc-web"; constant29 Some(GRPC_WEB) | Some(GRPC_WEB_PROTO) | Some(GRPC_WEB_TEXT) | Some(GRPC_WEB_TEXT_PROTO) in is_grpc_web()517 (GRPC_WEB, Encoding::None), in encoding_constructors()
294 .header(CONTENT_TYPE, GRPC_WEB) in request()357 for ct in &[GRPC_WEB_TEXT, GRPC_WEB_PROTO, GRPC_WEB_TEXT_PROTO, GRPC_WEB] { in grpc_web_content_types()