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

Method json

httpx/_models.py:831–832  ·  view source on GitHub ↗
(self, **kwargs: typing.Any)

Source from the content-addressed store, hash-verified

829 raise HTTPStatusError(message, request=request, response=self)
830
831 def json(self, **kwargs: typing.Any) -> typing.Any:
832 return jsonlib.loads(self.content, **kwargs)
833
834 @property
835 def cookies(self) -> Cookies:

Calls

no outgoing calls