httpx icon indicating copy to clipboard operation
httpx copied to clipboard

A next generation HTTP client for Python. 🦋

Results 184 httpx issues
Sort by recently updated
recently updated
newest added
trafficstars

### Discussed in https://github.com/encode/httpx/discussions/3399 Originally posted by **RobertCraigie** November 12, 2024 This [openai-python user](https://github.com/openai/openai-python/issues/1793) ran into a confusing error when passing a non-ascii header value, would it be possible to...

Discussed in https://github.com/encode/httpx/discussions/3091 Well I say discussed but in reality it got no response so i'm trying to follow up. Does httpx provide `objects.inv` for documentation cross-reference? `mkdocstrings` generates this...

docs

Let's tidy up the imports in `__init.py__`... ``` __all__ = [ # __version__.py "__description__", "__title__", "__version__", # _api.py "delete", "get", "head", "options", "patch", "post", "put", "request", "stream", # _auth.py "Auth",...

refactor

* The `__init__.py` module should include a docstring. * Should class docstrings be on the class itself or on the class `__init__` method (or both?). * Review if we've currently...

docs