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.
This commit is contained in:
Tiara Rodney 2026-06-06 14:54:55 +02:00
parent c3c17e1e8e
commit f9f61c3978

2
TODO
View file

@ -267,7 +267,7 @@ Content-Type: application/issue
ID: 20
Type: feature
Title: cookie-persisting HTTP session client
Status: in-progress
Status: done
Priority: medium
Created: 2026-06-06
Relationships: