Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / encode/httpx issues and pull requests
#3109 - Use more permissible types in ASGIApp
Pull Request -
State: closed - Opened by jonfinerty 9 months ago
- 5 comments
#3108 - Make HttpStatusError and RequestError pickleable
Pull Request -
State: open - Opened by hoodmane 9 months ago
- 8 comments
#3107 - Bump cryptography from 42.0.2 to 42.0.4
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python
#3106 - Define and expose the API from the same place
Pull Request -
State: closed - Opened by karpetrosyan 9 months ago
- 3 comments
Labels: refactor
#3103 - ✨ obey retry after delay
Pull Request -
State: closed - Opened by ndaWefox 9 months ago
- 3 comments
#3101 - httpx package not encoding "%" as "%25" while sending request
Issue -
State: closed - Opened by heysarthak 9 months ago
#3099 - Gunicorn worker fails to boot due to NotImplementedError
Issue -
State: closed - Opened by codebanesr 9 months ago
- 1 comment
#3097 - Update CHANGELOG.md
Pull Request -
State: closed - Opened by Rainkenstein 10 months ago
- 2 comments
#3096 - Support cookies with value `None`
Pull Request -
State: closed - Opened by tducret 10 months ago
- 6 comments
#3095 - Version 0.27.0
Pull Request -
State: closed - Opened by tomchristie 10 months ago
#3092 - Problem with proxy and streaming
Issue -
State: closed - Opened by markowanga 10 months ago
#3089 - Send http request but try tls protocol upgrade
Issue -
State: closed - Opened by goshut 10 months ago
- 3 comments
#3086 - Handle cookies on redirect.
Pull Request -
State: open - Opened by rafalkrupinski 10 months ago
#3086 - Handle cookies on redirect.
Pull Request -
State: open - Opened by rafalkrupinski 10 months ago
- 3 comments
#3081 - Improve 'Custom transports' docs
Pull Request -
State: closed - Opened by tomchristie 10 months ago
- 4 comments
Labels: docs
#3080 - Extensions docs
Pull Request -
State: closed - Opened by tomchristie 10 months ago
Labels: docs
#3079 - Types: Fix type annotation for default_encoding parameter
Pull Request -
State: open - Opened by JelleZijlstra 10 months ago
#3077 - Bump the python-packages group with 6 updates
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies, python
#3072 - HTTP 2.0 Throws KeyError rather than the internal exception thrown in the thread
Issue -
State: open - Opened by rocky4546 10 months ago
Labels: http/2
#3071 - Drop deprecates
Pull Request -
State: closed - Opened by T-256 10 months ago
- 7 comments
#3070 - Add `httpx.Mounts` transport class.
Pull Request -
State: closed - Opened by tomchristie 10 months ago
Labels: 1.0 proposal
#3070 - Add `httpx.Mounts` transport class.
Pull Request -
State: open - Opened by tomchristie 10 months ago
Labels: 1.0 proposal
#3069 - Draft 1.0 release notes
Pull Request -
State: open - Opened by tomchristie 10 months ago
- 1 comment
Labels: 1.0 proposal
#3068 - Use `__future__.annotations`
Pull Request -
State: closed - Opened by karpetrosyan 10 months ago
#3066 - Mention NO_PROXY environment variable on Advanced Usage page
Pull Request -
State: closed - Opened by RichieB2B 11 months ago
#3066 - Mention NO_PROXY environment variable on Advanced Usage page
Pull Request -
State: open - Opened by RichieB2B 11 months ago
#3065 - Add persistent cookies option to Client
Pull Request -
State: open - Opened by MarkWine 11 months ago
- 11 comments
#3065 - Add persistent cookies option to Client
Pull Request -
State: open - Opened by MarkWine 11 months ago
- 11 comments
#3064 - test `is_https_redirect` via public api
Pull Request -
State: closed - Opened by T-256 11 months ago
Labels: refactor
#3063 - test `obfuscate_sensitive_headers` via public api
Pull Request -
State: closed - Opened by T-256 11 months ago
#3063 - test `obfuscate_sensitive_headers` via public api
Pull Request -
State: closed - Opened by T-256 11 months ago
#3062 - test `same_origin` via public api
Pull Request -
State: closed - Opened by T-256 11 months ago
- 1 comment
#3062 - test `same_origin` via public api
Pull Request -
State: open - Opened by T-256 11 months ago
#3061 - test `parse_header_links` via public api
Pull Request -
State: closed - Opened by T-256 11 months ago
- 1 comment
#3061 - test `parse_header_links` via public api
Pull Request -
State: closed - Opened by T-256 11 months ago
- 1 comment
#3059 - Stream response body in ASGITransport
Pull Request -
State: open - Opened by jhominal 11 months ago
- 8 comments
#3059 - Stream response body in ASGITransport
Pull Request -
State: open - Opened by jhominal 11 months ago
- 6 comments
#3058 - Fix sections references
Pull Request -
State: closed - Opened by karpetrosyan 11 months ago
#3057 - Drop outdated section
Pull Request -
State: closed - Opened by tomchristie 11 months ago
Labels: docs
#3056 - Add an indent to fix wrong rendering in warning block
Pull Request -
State: closed - Opened by SigureMo 11 months ago
- 4 comments
Labels: docs
#3056 - Add an indent to fix wrong rendering in warning block
Pull Request -
State: closed - Opened by SigureMo 11 months ago
- 4 comments
Labels: docs
#3055 - Bump the python-packages group with 3 updates
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3054 - Group dependencies on dependabot updates
Pull Request -
State: closed - Opened by Kludex 11 months ago
#3053 - fix(ssl): add lru_cache for create_ssl_context
Pull Request -
State: closed - Opened by shepilov-vladislav 11 months ago
- 6 comments
#3052 - Add `httpx.NetworkOptions` configuration.
Pull Request -
State: open - Opened by tomchristie 11 months ago
Labels: 1.0 proposal
#3052 - Add `httpx.NetworkOptions` configuration.
Pull Request -
State: open - Opened by tomchristie 11 months ago
- 4 comments
Labels: 1.0 proposal
#3051 - Add `httpx.Version` configuration.
Pull Request -
State: closed - Opened by tomchristie 11 months ago
- 3 comments
Labels: 1.0 proposal
#3050 - Deprecate `app=...` in favor of explicit `WSGITransport`/`ASGITransport`.
Pull Request -
State: closed - Opened by tomchristie 11 months ago
- 4 comments
Labels: 1.0 proposal
#3050 - Deprecate `app=...` in favor of explicit `WSGITransport`/`ASGITransport`.
Pull Request -
State: open - Opened by tomchristie 11 months ago
Labels: 1.0 proposal
#3049 - Docs restructuring.
Pull Request -
State: closed - Opened by tomchristie 11 months ago
- 4 comments
Labels: 1.0 proposal
#3045 - Fix RFC 2069 mode digest authentication
Pull Request -
State: closed - Opened by the-ress 11 months ago
- 4 comments
#3042 - Keep clients in sync
Pull Request -
State: closed - Opened by karpetrosyan 11 months ago
- 2 comments
Labels: refactor
#3038 - Remove unused type: ignore
Pull Request -
State: closed - Opened by karpetrosyan 11 months ago
#3036 - Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, github_actions
#3036 - Bump actions/setup-python from 4 to 5
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, github_actions
#3035 - Bump mkdocs-material from 9.4.14 to 9.5.3
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3035 - Bump mkdocs-material from 9.4.14 to 9.5.3
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3034 - Bump coverage[toml] from 7.3.0 to 7.4.0
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3034 - Bump coverage[toml] from 7.3.0 to 7.4.0
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3034 - Bump coverage[toml] from 7.3.0 to 7.4.0
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3033 - Bump mypy from 1.5.1 to 1.8.0
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3033 - Bump mypy from 1.5.1 to 1.8.0
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 2 comments
Labels: dependencies, python
#3033 - Bump mypy from 1.5.1 to 1.8.0
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3032 - Bump pytest from 7.4.3 to 7.4.4
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3032 - Bump pytest from 7.4.3 to 7.4.4
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3032 - Bump pytest from 7.4.3 to 7.4.4
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3031 - Bump ruff from 0.1.6 to 0.1.9
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies, python
#3031 - Bump ruff from 0.1.6 to 0.1.9
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, python
#3029 - Auth type makes problem in `dbt-duckdb` > `fsspec` > `webdav4` > `httpx`
Issue -
State: closed - Opened by ZergRocks 11 months ago
#3025 - Sketching out 1.0 docs refresh.
Pull Request -
State: closed - Opened by tomchristie 11 months ago
- 2 comments
#3023 - Add missing argument
Pull Request -
State: closed - Opened by karpetrosyan 11 months ago
- 3 comments
#3022 - Add `httpx.SSLContext` configuration.
Pull Request -
State: closed - Opened by karpetrosyan 11 months ago
- 32 comments
Labels: api change, 1.0 proposal
#3021 - Base transport error
Issue -
State: closed - Opened by SourodeepChakraborty 11 months ago
#3020 - Tidy up import
Pull Request -
State: closed - Opened by tomchristie 11 months ago
- 3 comments
Labels: refactor
#3017 - Inconsistent Timeout Exception
Issue -
State: closed - Opened by ChihweiLHBird 11 months ago
#3015 - `types-certifi` and `types-chardet` are no longer needed
Pull Request -
State: closed - Opened by mtelka 11 months ago
Labels: tooling
#3013 - Adding ability to raise_for_status with response text rather than generic text
Pull Request -
State: closed - Opened by cgood92 11 months ago
- 2 comments
#3010 - Remove unused curio check
Pull Request -
State: closed - Opened by karpetrosyan 12 months ago
#3009 - Version 0.26.0
Pull Request -
State: closed - Opened by karpetrosyan 12 months ago
- 13 comments
#3006 - Httpx 5 second delay
Issue -
State: closed - Opened by dhensen 12 months ago
- 1 comment
#3004 - Using `itertools.chain` and `yield from` in `Response.iter_`
Pull Request -
State: closed - Opened by jamesbraza 12 months ago
- 3 comments
#3003 - cannot reuse already awaited aclose()/athrow()
Issue -
State: closed - Opened by alinemone 12 months ago
#3002 - httpx + http2 raises a lot of exceptions when parallelized with ThreadPoolExecuton
Issue -
State: open - Opened by takumi2786 12 months ago
- 3 comments
Labels: http/2
#3001 - Enabling `ruff` C416
Pull Request -
State: closed - Opened by jamesbraza 12 months ago
- 2 comments
#3000 - Include #2998 in CHANGELOG.md
Pull Request -
State: closed - Opened by tomchristie 12 months ago
#2999 - Ensure that ASGI 'raw_path' does not include query component of URL.
Pull Request -
State: closed - Opened by tomchristie 12 months ago
#2998 - Fixed `iter_text` adding an empty string
Pull Request -
State: closed - Opened by jamesbraza 12 months ago
- 12 comments
#2997 - Fixing missed arguments for pools when init transports
Pull Request -
State: open - Opened by NewUserHa 12 months ago
- 5 comments
#2992 - Add option to disable cookie persistence in Client/AsyncClient
Issue -
State: open - Opened by fastily 12 months ago
- 3 comments
Labels: enhancement
#2990 - Cleanup URL percent-encoding behavior.
Pull Request -
State: closed - Opened by tomchristie 12 months ago
- 11 comments
#2986 - Allow URLs where username or password contains unescaped '@'.
Pull Request -
State: closed - Opened by tomchristie 12 months ago
- 2 comments
#2985 - Allow URLs where username or password contains unescaped '@'.
Issue -
State: closed - Opened by tomchristie 12 months ago
Labels: bug
#2983 - "Server disconnected" on HTTP/2 connection pool with big `keepalive_expiry`.
Issue -
State: open - Opened by jonathanslenders 12 months ago
- 4 comments
Labels: http/2
#2982 - Moving test cases into 'test_url.py'
Pull Request -
State: closed - Opened by tomchristie 12 months ago
- 1 comment
Labels: refactor
#2981 - Reorganise tests in 'test_url.py'
Pull Request -
State: closed - Opened by tomchristie 12 months ago
- 1 comment
Labels: refactor
#2980 - Differenctiate between encoded form and element form for url
Pull Request -
State: closed - Opened by elupus 12 months ago
- 2 comments
#2977 - httpx.ConnectError: [Errno -2] Name or service not known using Docker Supabase Image
Issue -
State: closed - Opened by the-rich-piana 12 months ago
#2976 - Pre encoded path/params/fragments should be kept
Pull Request -
State: closed - Opened by elupus 12 months ago
- 6 comments
#2975 - Connection hangs/does not timeout after 350 seconds.
Issue -
State: closed - Opened by mittalsuraj18 12 months ago
- 1 comment
#2974 - Bump ruff from 0.1.3 to 0.1.6
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies, python