Home
last modified time | relevance | path

Searched refs:parse_headers (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/test/core/backoff/
DBUILD22 "-parse_headers",
/third_party/grpc/test/core/network_benchmarks/
DBUILD21 "-parse_headers",
/third_party/grpc/test/cpp/naming/utils/
DBUILD19 "-parse_headers",
/third_party/grpc/src/core/ext/transport/cronet/
DBUILD28 "-parse_headers",
/third_party/grpc/test/cpp/naming/
DBUILD19 "-parse_headers",
/third_party/grpc/src/compiler/
DBUILD25 "-parse_headers",
/third_party/grpc/third_party/address_sorting/
DBUILD35 "-parse_headers",
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/
DBUILD.bazel17 package(features = ["-parse_headers"])
/third_party/abseil-cpp/absl/time/internal/cctz/
DBUILD.bazel17 package(features = ["-parse_headers"])
/third_party/python/Lib/http/
Dclient.py224 def parse_headers(fp, _class=HTTPMessage): function
337 self.headers = self.msg = parse_headers(self.fp)
Dserver.py337 self.headers = http.client.parse_headers(self.rfile,
/third_party/flatbuffers/
Dbuild_defs.bzl241 "-parse_headers",
/third_party/python/Doc/library/
Dasynchat.rst199 self.parse_headers(b"".join(self.ibuffer))
Dhttp.client.rst130 .. function:: parse_headers(fp)
143 :meth:`parse_headers` does not parse the start-line of a HTTP message;
Dhttp.server.rst113 request. The :func:`~http.client.parse_headers` function from
/third_party/abseil-cpp/absl/strings/
DBUILD.bazel25 features = ["parse_headers"],
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
DBUILD.bazel25 features = ["parse_headers"],
/third_party/python/Lib/test/
Dtest_httplib.py1897 message = client.parse_headers(f)
/third_party/grpc/
DBUILD28 "-parse_headers",
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst6170 Document :func:`http.client.parse_headers`.