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

Method headers

starlette/requests.py:133–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 @property
133 def headers(self) -> Headers:
134 if not hasattr(self, "_headers"):
135 self._headers = Headers(scope=self.scope)
136 return self._headers
137
138 @property
139 def query_params(self) -> QueryParams:

Callers

nothing calls this directly

Calls 1

HeadersClass · 0.90

Tested by

no test coverage detected