Tom Christie
218db9b6db
Update ssl.md
2024-11-21 13:36:31 +00:00
Tom Christie
e49cc07bc9
Update ssl.md
2024-11-21 13:35:10 +00:00
Tom Christie
4321f008ed
Update ssl.md
2024-11-21 13:33:30 +00:00
Tom Christie
8bff380cec
Update ssl.md
2024-11-21 13:31:24 +00:00
Tom Christie
2f220ec3f5
Update ssl.md
2024-11-21 13:18:14 +00:00
Tom Christie
3933a88c2b
Update test_config.py
...
Drop unneeded code.
2024-11-21 11:47:42 +00:00
Tom Christie
cc72d348f8
Update test_config.py
2024-11-21 11:44:32 +00:00
Tom Christie
15ffaf9e1a
Update test_config.py
2024-11-21 11:38:53 +00:00
Tom Christie
c1a88bc873
Update README.md
2024-11-21 11:35:17 +00:00
Tom Christie
83fbd71063
Update _config.py
2024-11-21 11:31:57 +00:00
Tom Christie
b413005684
Python versions
2024-11-21 11:30:33 +00:00
Tom Christie
d861e9c179
Update pyproject.toml
2024-11-21 11:25:02 +00:00
Tom Christie
9bcb36a634
Requirements
2024-11-21 11:18:56 +00:00
Tom Christie
3769c569ed
Truststore
2024-11-21 11:15:26 +00:00
Bob Conan
189fc4bcbe
Update CHANGELOG.md, fix typo(s) ( #3406 )
2024-11-20 12:27:29 +00:00
RafaelWO
7b19cd5f4b
Move utility functions from _utils.py to _client.py ( #3389 )
2024-11-15 11:42:52 +00:00
Tom Christie
b47d94c904
Avoid private imports in test cases. ( #3403 )
2024-11-15 10:26:56 +00:00
Tom Christie
2ea2286db4
Import ssl on demand ( #3401 )
2024-11-15 10:17:42 +00:00
Tom Christie
1805ee0d22
Graceful upgrade path for 0.28. ( #3394 )
2024-11-12 11:31:42 +00:00
RafaelWO
41597adffa
Move remaining utility functions from _utils.py to _models.py ( #3387 )
2024-11-01 19:20:18 +00:00
RafaelWO
6212e8fa3b
Move utility functions from _utils.py to _multipart.py ( #3388 )
2024-11-01 12:54:13 +00:00
Mayank Sinha
83a85189c7
Move normalize header functions from _utils.py to _models.py ( #3382 )
2024-10-30 17:12:21 +00:00
Tom Christie
6622553979
Cleanup Request method parameter. ( #3378 )
2024-10-29 15:31:31 +00:00
Bin Liu
12be5c44ca
add socks5h proxy support ( #3178 )
...
Signed-off-by: bin liu <liubin0329@gmail.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-10-29 14:10:33 +00:00
Joe Marshall
e9cabc8e1d
made dependencies on certifi and httpcore only load when required ( #3377 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-10-29 13:18:39 +00:00
Tom Christie
eeb5e3c2a3
Cleanup unneccessary test case ( #3375 )
2024-10-28 17:38:33 +00:00
Tom Christie
5dda2aa306
Just use default safe=... characters for urlescape ( #3376 )
2024-10-28 17:38:16 +00:00
Tom Christie
5440381553
Update CHANGELOG.md ( #3374 )
2024-10-28 16:23:45 +00:00
Tom Christie
ba2e51215e
Review urlescape percent-safe set, and use + behavior for form spaces. ( #3373 )
2024-10-28 16:19:59 +00:00
Tom Christie
d293374b66
Review URL percent escaping sets, from whatwg. ( #3371 )
2024-10-28 15:06:10 +00:00
Tom Christie
489fef48ba
Update CHANGELOG.md ( #3372 )
2024-10-28 14:43:24 +00:00
BERRADA-Omar
9fd6f0ca66
Ensure JSON representation is compact. #3363 ( #3367 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-10-28 14:40:22 +00:00
Tom Christie
8e36f2bc68
Introduce new SSLContext API & escalate deprecations. ( #3319 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-28 14:30:08 +00:00
Tom Christie
3f76571d34
Concise URL instantiation. ( #3364 )
2024-10-25 14:27:54 +01:00
Colin Bounouar
6f9b50990d
typo: Reading a response expose response text, not request text ( #3359 )
2024-10-23 20:06:45 +01:00
dependabot[bot]
1bf1fc0ea8
Bump the python-packages group with 5 updates ( #3329 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 18:05:20 +01:00
T-256
95a9527ed6
Add httpx-ws to third party packages. ( #3325 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-09-27 16:41:16 +01:00
T-256
3849e1518f
Add httpx-socks to third party packages. ( #3326 )
2024-09-27 16:36:34 +01:00
Polina Beskorovainaia
49d74a2e7f
Clarified error when header value is None ( #3312 )
...
Co-authored-by: Zanie Blue <contact@zanie.dev>
2024-09-26 18:01:47 +01:00
Tom Christie
2e01aa0075
Enable TestSuite for PRs to version branches. ( #3318 )
2024-09-24 17:21:56 +01:00
Tom Christie
f06171fd5a
Revert "Removed leading $ from cli code blocks" ( #3192 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
2024-09-23 00:16:32 +04:00
Tom Christie
d4961b9f8e
Add speakeasy sponsorship ( #3305 )
2024-09-17 11:31:15 +01:00
dependabot[bot]
0aa20e449e
Bump cryptography from 43.0.0 to 43.0.1 ( #3295 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 13:24:25 +01:00
dependabot[bot]
d46fa57a6a
Bump the python-packages group across 1 directory with 8 updates ( #3292 )
2024-09-01 18:45:24 +01:00
Tom Christie
609df7ecc0
Reintroduce URLTypes. ( #3288 )
2024-08-27 13:52:05 +01:00
Tom Christie
1d6b663433
Update CHANGELOG for 0.27.1 release date. ( #3285 )
2024-08-27 12:27:08 +01:00
Michiel W. Beijen
1bf1ba5124
Version 0.27.1 ( #3275 )
2024-08-22 16:03:23 +01:00
Tom Christie
7c0cda153d
Improve InvalidURL error message. ( #3250 )
2024-07-26 09:36:03 +01:00
dependabot[bot]
beb501fc28
Bump the python-packages group across 1 directory with 8 updates ( #3247 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-07-23 15:54:34 +01:00
Tom Christie
359f77d4f6
Clean up URL signature. ( #3245 )
2024-07-23 15:46:47 +01:00