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

Method params

httpx/_urls.py:275–280  ·  view source on GitHub ↗

The URL query parameters, neatly parsed and packaged into an immutable multidict representation.

(self)

Source from the content-addressed store, hash-verified

273
274 @property
275 def params(self) -> QueryParams:
276 """
277 The URL query parameters, neatly parsed and packaged into an immutable
278 multidict representation.
279 """
280 return QueryParams(self._uri_reference.query)
281
282 @property
283 def raw_path(self) -> bytes:

Callers

nothing calls this directly

Calls 1

QueryParamsClass · 0.85

Tested by

no test coverage detected