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

See https://github.com/encode/httpx/issues/1149 Adding support in HTTP/2 should be similar, requiring the `h2.TrailersReceived` event to populate any trailing headers. https://python-hyper.org/projects/h2/en/stable/api.html#h2.events.TrailersReceived

enhancement

We should support a new `data_stream` extension for HTTP/2. Rather than `.read()` and `.write()` mapping directly onto the TCP stream they should instead wrap onto DataFrames over a single stream...

enhancement
http/2

Prompted by https://github.com/encode/httpcore/discussions/572#discussion-4348090

bug

Bumps [trio](https://github.com/python-trio/trio) from 0.21.0 to 0.22.0. Commits 87ea870 Bump version to 0.22.0 b3a7c58 Merge pull request #2412 from python-trio/dependabot/pip/prompt-toolkit-3.0.31 f25da42 Merge pull request #2425 from python-trio/dependabot/pip/immutables-0.19 e8016ed Bump prompt-toolkit from...

dependencies

attempts to address the issue reported in https://github.com/encode/httpx/issues/2139#issuecomment-1075307982 feel free to take over and make it a more complete patch, this is what I did locally and worked. just wanted...

# Summary Filter all code over `pyupgrade --py38`. # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply...

Closes #735 Refs: https://github.com/encode/httpcore/discussions/703 https://github.com/encode/httpcore/pull/716 - [x] tests (forward and tunnel tests already implemented) - [x] docs + warn about insecure use of `ProxyMode.FORWARD` - [x] changelog

# Summary Discussed in https://github.com/encode/httpcore/discussions/805 # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) -...

# Summary - Updated `werkzeug` pinned issue - Dropped `types-certifi`, Also see https://github.com/encode/httpx/pull/3015 - Assigned `twine` version # Checklist - [x] I understand that this PR may be closed in...

# Summary Same as what's done on httpx: https://github.com/encode/httpx/pull/2922 # Checklist - [ ] I understand that this PR may be closed in case there was no previous discussion. (This...