MCPcopy
hub / github.com/encode/httpx / headers

Method headers

httpx/_client.py:299–303  ·  httpx/_client.py::BaseClient.headers

HTTP headers to include when sending requests.

(self)

Source from the content-addressed store, hash-verified

297
298 @property
299 def headers(self) -> Headers:
300 class="st">"""
301 HTTP headers to include when sending requests.
302 class="st">"""
303 return self._headers
304
305 @headers.setter
306 def headers(self, headers: HeaderTypes) -> None:

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
HeadersClass · 0.85

Tested by

no test coverage detected