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

Method params

httpx/_client.py:330–334  ·  view source on GitHub ↗

Query parameters to include in the URL when sending requests.

(self)

Source from the content-addressed store, hash-verified

328
329 @property
330 def params(self) -> QueryParams:
331 """
332 Query parameters to include in the URL when sending requests.
333 """
334 return self._params
335
336 @params.setter
337 def params(self, params: QueryParamTypes) -> None:

Callers

nothing calls this directly

Calls 1

QueryParamsClass · 0.85

Tested by

no test coverage detected