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:
parent
c3c17e1e8e
commit
f9f61c3978
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -267,7 +267,7 @@ Content-Type: application/issue
|
||||||
ID: 20
|
ID: 20
|
||||||
Type: feature
|
Type: feature
|
||||||
Title: cookie-persisting HTTP session client
|
Title: cookie-persisting HTTP session client
|
||||||
Status: in-progress
|
Status: done
|
||||||
Priority: medium
|
Priority: medium
|
||||||
Created: 2026-06-06
|
Created: 2026-06-06
|
||||||
Relationships:
|
Relationships:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue