No description
Find a file
Tiara Rodney f9f61c3978 todo(20): done
HttpSession (cookie persistence via http.cookiejar, GET with query params, form-encoded POST, default/per-request header merging, HTTPError-to-response conversion) and the HttpResponse frozen-dataclass refactor live on feature/20 as separate refactor and feat commits. 14 new unit tests covering HttpResponse semantics and HttpSession behavior pass via tox -e unit-py313; the test file adds no new mypy errors beyond the repo-wide baseline. develop working tree clean of http/client.py changes.
2026-06-06 14:54:55 +02:00
src/byteb4rb1e feat: add cookie-persisting HttpSession 2026-06-06 14:36:18 +02:00
tests test: add http client unit tests 2026-06-06 14:40:43 +02:00
.gitignore chore: ignore tox working directory 2025-12-31 14:40:39 +01:00
DEVELOPMENT.md docs: add development guidelines 2026-03-21 18:35:12 +01:00
LICENSE feat(license): add unlicense license 2025-06-20 20:39:19 +02:00
Pipfile chore: cleanup 2026-03-27 19:00:09 +01:00
Pipfile.lock chore: cleanup 2026-03-27 19:00:09 +01:00
pyproject.toml chore: cleanup 2026-03-27 19:00:09 +01:00
TODO todo(20): done 2026-06-06 14:54:55 +02:00
tox.ini chore: cleanup 2026-03-27 19:00:09 +01:00