httpcore icon indicating copy to clipboard operation
httpcore copied to clipboard

A minimal HTTP client. ⚙️

Results 55 httpcore issues
Sort by recently updated
recently updated
newest added

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...

enhancement

### Discussed in https://github.com/encode/httpcore/discussions/859 Originally posted by **Anthonybelui** December 16, 2023 Hello, thanks for developing the library. I wanted to ask you to fix/define the logic for the read timeout...

# Summary In httpcore/_backends/sync.py, when not set timeout. It will override original sock timeout setting,this patch fixed it. # Checklist - [x] I understand that this PR may be closed...

# Summary related to PR: https://github.com/encode/httpx/pull/2997 # Checklist - [X] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)...

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...

bug
tests

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

http/2