Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 27) sorted by relevance

12

/tonic/tonic-web/src/
H A Dclient.rs2 use http::{Request, Response, Version};
64 if req.version() == Version::HTTP_2 { in call()
67 *req.version_mut() = Version::HTTP_11; in call()
H A Dservice.rs6 use http::{header, HeaderMap, HeaderValue, Method, Request, Response, StatusCode, Version};
37 Other(http::Version),
99 RequestKind::Other(Version::HTTP_2) => { in call()
190 fn new(headers: &'a HeaderMap, method: &'a Method, version: Version) -> Self { in new()
396 .version(Version::HTTP_2) in request()
465 *req.version_mut() = Version::HTTP_2; in h2_is_ok()
/tonic/examples/proto/unaryecho/
H A Decho.proto5 * Licensed under the Apache License, Version 2.0 (the "License");
/tonic/examples/proto/googleapis/google/api/
H A Dannotations.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Dclient.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Dfield_behavior.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Dresource.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/tonic/benches-disabled/proto/helloworld/
H A Dhelloworld.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/examples/proto/helloworld/
H A Dhelloworld.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/.github/ISSUE_TEMPLATE/
H A Dbug_report.md14 ### Version subsection
/tonic/interop/proto/grpc/testing/
H A Dempty.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Dtest.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Dmessages.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/examples/proto/echo/
H A Decho.proto5 * Licensed under the Apache License, Version 2.0 (the "License");
/tonic/tonic/src/
H A Dresponse.rs85 *res.version_mut() = http::Version::HTTP_2; in into_http()
H A Drequest.rs178 version: http::Version, in into_http() argument
459 http::Version::HTTP_2, in reserved_headers_are_excluded()
/tonic/tonic-types/proto/
H A Dstatus.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Derror_details.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/tonic-health/proto/
H A Dhealth.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/examples/proto/routeguide/
H A Droute_guide.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/
H A DREADME.md42 ### Rust Version
/tonic/tonic/src/client/
H A Dgrpc.rs393 http::Version::HTTP_2, in prepare_request()
/tonic/tonic-reflection/proto/
H A Dreflection_v1alpha.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
H A Dreflection_v1.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dschema.proto3 // Licensed under the Apache License, Version 2.0 (the "License");

12