httpx/tests
Dobrovolsky Bogdan 08edfac37d 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
2019-09-08 08:03:59 -05:00
..
client Add build_request to Client (#319) 2019-09-08 08:03:59 -05:00
dispatch Fix bug in calculating maximum frame size (#153) 2019-09-06 13:06:20 -05:00
models Add test for origin from URL string (#312) 2019-09-04 13:43:24 +02:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Parametrize tests with concurrency backend (#273) 2019-08-25 20:25:18 +02:00
conftest.py Add build_request to Client (#319) 2019-09-08 08:03:59 -05:00
test_api.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_asgi.py Parametrize tests with concurrency backend (#273) 2019-08-25 20:25:18 +02:00
test_concurrency.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_config.py Add support for SSLKEYLOGFILE (#301) 2019-09-01 08:01:11 -05:00
test_decoders.py added control to calling decode for empty contents (#237) 2019-08-19 16:12:00 +01:00
test_multipart.py Add Client(http_versions=...) support 2019-08-20 13:30:54 +01:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_utils.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_wsgi.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00