Home
last modified time | relevance | path

Searched refs:accept_http1 (Results 1 – 5 of 5) sorted by relevance

/tonic/examples/src/grpc-web/
H A Dserver.rs45 .accept_http1(true) in main()
/tonic/tonic-web/
H A DREADME.md18 .accept_http1(true)
/tonic/tonic/src/transport/server/
H A Dmod.rs106 accept_http1: bool, field
130 accept_http1: false, in default()
150 accept_http1: false, in builder()
377 pub fn accept_http1(self, accept_http1: bool) -> Self { in accept_http1() method
379 accept_http1, in accept_http1()
533 accept_http1: self.accept_http1, in layer()
654 let http2_only = !self.accept_http1; in serve_internal()
/tonic/tests/web/tests/
H A Dgrpc.rs107 .accept_http1(accept_h1) in grpc()
118 .accept_http1(accept_h1) in grpc_web()
H A Dgrpc_web.rs76 .accept_http1(true) in spawn()