Home
last modified time | relevance | path

Searched refs:GRPC_WEB (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic-web/src/
H A Dclient.rs12 use crate::call::content_types::GRPC_WEB;
71 .insert(CONTENT_TYPE, GRPC_WEB.try_into().unwrap()); in call()
H A Dcall.rs21 pub(crate) const GRPC_WEB: &str = "application/grpc-web"; constant
29 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()
H A Dservice.rs294 .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()