From 18aca33e42f5a4f7e6f2ba7b65856e3eca993d2a Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 6 Jun 2026 14:34:45 +0200 Subject: [PATCH] todo(20): in-progress HttpSession and the HttpResponse frozen-dataclass refactor live on branch feature/20 as separate refactor and feat commits; unit tests covering HttpResponse and HttpSession (cookie persistence, header merging, params, form POST, HTTPError handling) added and passing via tox; develop working tree is clean of http/client.py changes. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index d3f8b17..6fb9efd 100644 --- a/TODO +++ b/TODO @@ -267,7 +267,7 @@ Content-Type: application/issue ID: 20 Type: feature Title: cookie-persisting HTTP session client -Status: open +Status: in-progress Priority: medium Created: 2026-06-06 Relationships: