Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
170cbef
Add the proxy parameter and deprecate proxies
karpetrosyan Oct 6, 2023
189a4f2
Merge branch 'master' into drop-proxies
lovelydinosaur Oct 10, 2023
88eb99b
Make the Client.proxy and HTTPTransport.proxy types the same
karpetrosyan Oct 10, 2023
11bec08
Update httpx/_transports/default.py
lovelydinosaur Oct 11, 2023
fad66cf
Update httpx/_transports/default.py
lovelydinosaur Oct 11, 2023
d16f9f3
Drop unneeded noqa
karpetrosyan Oct 11, 2023
64a4596
Changelog
karpetrosyan Oct 11, 2023
541cc31
update documentation
karpetrosyan Oct 12, 2023
812a70b
Allow None in mounts
karpetrosyan Oct 12, 2023
ccf1803
typos
karpetrosyan Oct 12, 2023
bacd8b2
Update httpx/_types.py
karpetrosyan Oct 12, 2023
d5fa2b0
Changes proxies to proxy in CLI app
karpetrosyan Oct 12, 2023
17c6cde
Add proxy to request function
karpetrosyan Oct 12, 2023
5aed92e
Merge branch 'drop-proxies' of github.com:karosis88/httpx into drop-p…
karpetrosyan Oct 12, 2023
6e5e4ac
Merge branch 'master' into drop-proxies
karpetrosyan Oct 29, 2023
2672d8a
Merge branch 'master' into drop-proxies
lovelydinosaur Nov 2, 2023
fffa454
Merge branch 'master' into drop-proxies
karpetrosyan Nov 17, 2023
4deebb8
Merge branch 'master' into drop-proxies
karpetrosyan Nov 17, 2023
0b73817
Update CHANGELOG.md
karpetrosyan Dec 11, 2023
1e3bf1e
Update docs/troubleshooting.md
karpetrosyan Dec 11, 2023
725a32e
Update docs/troubleshooting.md
karpetrosyan Dec 11, 2023
cbd63da
Merge branch 'master' into drop-proxies
karpetrosyan Dec 11, 2023
c7971ce
Lint
karpetrosyan Dec 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update httpx/_transports/default.py
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
  • Loading branch information
lovelydinosaur and T-256 authored Oct 11, 2023
commit 11bec0880eeb51fb09e9fcbadb6f86159ec0bbc4
1 change: 0 additions & 1 deletion httpx/_transports/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

import httpcore

from httpx import URL

from .._config import DEFAULT_LIMITS, Limits, Proxy, create_ssl_context
from .._exceptions import (
Expand Down