Skip to content

Add socket_options argument to httpx.HTTPTransport class - #2716

Merged
karpetrosyan merged 5 commits into
encode:masterfrom
karpetrosyan:add-socket-options
May 24, 2023
Merged

Add socket_options argument to httpx.HTTPTransport class#2716
karpetrosyan merged 5 commits into
encode:masterfrom
karpetrosyan:add-socket-options

Conversation

@karpetrosyan

@karpetrosyankarpetrosyan commented May 23, 2023

Copy link
Copy Markdown
Contributor

closes #2715

@karpetrosyankarpetrosyan added the enhancement New feature or request label May 23, 2023
@karpetrosyankarpetrosyan changed the title Add socket_options argument to httpx.HTTPTransport and `httpx.Asy…Add socket_options argument to httpx.HTTPTransport classMay 23, 2023
@karpetrosyan

Copy link
Copy Markdown
ContributorAuthor

These changes have no place in the documentation; hopefully, the Transports documentation will soon be improved.

Comment threadhttpx/_transports/default.py Outdated
@karpetrosyan
karpetrosyan merged commit 7335950 into encode:masterMay 24, 2023
@trim21trim21 mentioned this pull request Aug 1, 2023
samclearman pushed a commit to titanmsp/httpx that referenced this pull request Apr 26, 2025
…2716)
* Add `socket_options` argument to `httpx.HTTPTransport` and `httpx.AsyncHTTPTransport` classes
* Update changelog
* Fix changelog format
* Set httpcore's minimum version to 0.17.2
* Remove SOCKET_OPTIONS import
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Development

Successfully merging this pull request may close these issues.

Add socket_options to httpx.HTTPTransport.

2 participants

@karpetrosyan@lovelydinosaur