Go to file
2025-07-06 01:38:51 +07:00
.github Add support for Python 3.13 (#3460) 2024-12-23 15:50:57 -06:00
docs fix: update Python version requirement to >=3.9 and add lint dependencies 2025-07-04 01:55:52 +07:00
python/httpx feat: replace inline ASCII control character check with find_ascii_non_printable function 2025-07-06 01:38:51 +07:00
scripts fix: update source files path in scripts to reflect project structure 2025-06-11 22:45:49 +07:00
src feat: add find_ascii_non_printable to urlparse imports in py_module 2025-07-06 01:37:18 +07:00
tests fix: register QueryParams as Mapping for isinstance check 2025-06-13 20:35:42 +07:00
.gitignore chore: add *.so to .gitignore 2025-06-11 21:43:09 +07:00
Cargo.lock fix: update lock file 2025-06-13 19:55:38 +07:00
Cargo.toml chore: add indexmap dependency for cargo 2025-06-13 04:09:04 +07:00
CHANGELOG.md Sharper CHANGELOG entry. (#3448) 2025-02-14 14:52:54 +00:00
LICENSE.md Fix up license whitespacing (#1563) 2021-04-09 13:08:34 +01:00
mkdocs.yml Add speakeasy sponsorship (#3305) 2024-09-17 11:31:15 +01:00
pyproject.toml feat: add test dependencies for improved testing support 2025-07-05 03:11:09 +07:00
README.md refactor: clean up README.md by removing outdated content and retaining essential links 2025-06-13 20:05:35 +07:00
requirements.txt Bump cryptography from 44.0.0 to 44.0.1 (#3499) 2025-02-12 11:25:05 +00:00
rustfmt.toml chore: add rustfmt conf file 2025-06-15 00:19:25 +07:00
uv.lock feat: update dependencies in uv.lock for improved testing and compatibility 2025-07-05 03:11:14 +07:00

Rewriting httpx in Rust

Rewriting popular httpx python library in rust to learn the rust lang.

Original project httpx. Original project documentation