... | ... | @@ -54,7 +54,8 @@ HTTPX.get("http://example.come") |
|
|
|
|
|
## Considerations
|
|
|
|
|
|
* [Error Handling](Error-Handling): how you can handle errors when using multiple requests.
|
|
|
* [Error Handling](Error-Handling): how `httpx` handles errors when using multiple requests.
|
|
|
* [IDN](Internationalized Domain Names): how `httpx` handles IDNA.
|
|
|
* [DNS Resolvers](DNS-Resolvers): how you can choose how to perform DNS resolving.
|
|
|
* [TLS](TLS): How to configure TLS options.
|
|
|
* [Timeouts](Timeouts): how you can leverage network timeouts.
|
... | ... | |