Go to file
2025-06-14 10:59:12 +07:00
.github Add support for Python 3.13 (#3460) 2024-12-23 15:50:57 -06:00
docs Add httpx-retries to third party packages docs (#3552) 2025-05-02 12:24:26 +01:00
python/httpx fix: change QueryParams constructor from __init__ to __new__ for proper instantiation 2025-06-13 20:36:40 +07:00
scripts fix: update source files path in scripts to reflect project structure 2025-06-11 22:45:49 +07:00
src fix: update __repr__ method in QueryParams to return class name dynamically 2025-06-14 10:59:12 +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 fix: update coverage include path to reflect project structure 2025-06-11 22:45:24 +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
uv.lock chore: integrate uv to project 2025-06-13 04:09:43 +07:00

Rewriting httpx in Rust

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

Original project httpx. Original project documentation