]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add `build_request` to `Client` (#319)
authorDobrovolsky Bogdan <bogdan.gm24@gmail.com>
Sun, 8 Sep 2019 13:03:59 +0000 (16:03 +0300)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sun, 8 Sep 2019 13:03:59 +0000 (08:03 -0500)
commit08edfac37dbe94faf5b99f09d62cadf608d010e0
tree95a39fc949bd51569cb6b55a7f6a67fb0b9bb9ec
parent71648ece09c5507f401b91e9502083a34078036c
Add `build_request` to `Client` (#319)

* Update documentation

* Update documentation

* Update tests
Rename `_send` -> `_get_response`
Update documentation

* Code format with black

* Change documentation example to OPTIONS *

* Update documentation
Small code reformat

* `echo_headers` return json

* Simplify test

* Fix typo
docs/advanced.md
docs/api.md
httpx/client.py
tests/client/test_async_client.py
tests/client/test_client.py
tests/conftest.py