Kar Petrosyan
Kar Petrosyan
Discussed in https://github.com/encode/httpx/discussions/3007 TODO: - [ ] Add changelog - [x] Add more migration examples ## Migration examples ### Enabling and disabling verification ``` python import httpx # instead of...
# Summary Use built-in idna instead of third party library. # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This...
Motivated by https://github.com/encode/httpx/issues/947 🔥 Closes #785 This pull request just adds some logic to check if the connection was previously used or if it's just been created. Now the example...
This pull request tries to add HTTP/3 support. As we know, the HTTP/2 and HTTP/3 protocols are very similar, except for the protocol they use. This PR simply follows the...
Closes #756 # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) - [x] I've added...
Closes #775 TODO: - [x] Add failing tests - [x] Suppress exceptions while sending the request - [x] Add changelog
Discussion: #750 Refs: #641 This is the same as #723 but for http/2 connections
Discussed in #703 We need an API to specify whether a tunnel proxy or a forward proxy connection should be established. We are currently using forward proxies for **http** destinations...
Ref: https://github.com/encode/starlette/pull/2534#issuecomment-2067634124 This issue was opened to resolve all kinds of problems where third-party packages may need to use private imports. We should definitely expose them to avoid problems like...