Home
last modified time | relevance | path

Searched refs:is_grpc_web (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-web/src/
H A Dservice.rs13 use crate::call::content_types::is_grpc_web;
191 if is_grpc_web(headers) { in new()
H A Dcall.rs26 pub(crate) fn is_grpc_web(headers: &HeaderMap) -> bool { in is_grpc_web() function