Home
last modified time | relevance | path

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

/tonic/examples/src/h2c/
H A Dserver.rs44 let h2c = h2c::H2c { s: svc }; in main() localVariable
49 let router = h2c.clone(); in main()
66 mod h2c { module
H A Dclient.rs14 let h2c_client = h2c::H2cChannel { in main()
31 mod h2c { module
/tonic/examples/
H A DCargo.toml223 name = "h2c-server"
224 path = "src/h2c/server.rs"
225 required-features = ["h2c"]
228 name = "h2c-client"
229 path = "src/h2c/client.rs"
230 required-features = ["h2c"]
268 h2c = ["dep:hyper", "dep:tower", "dep:http", "dep:hyper-util"]
271 …json-codec", "compression", "tls", "tls-rustls", "tls-client-auth", "types", "cancellation", "h2c"]