Add request and response history #15

Open
opened 2026-05-27 08:48:29 +02:00 by vlw · 0 comments
vlw commented 2026-05-27 08:48:29 +02:00 (Migrated from codeberg.org)

Save each request as a new line on req_hist.txt:

[2026-05-27 08:44:43][Request][GET] https://example.com/
[2026-05-27 08:44:43][Response][200] <timestamp>.zip

And then each response as a <timestamp>.zip with:

resp_headers.txt: <data>
resp_body.txt: <data>

Maybe behind a --log flag or something.

Save each request as a new line on `req_hist.txt`: ``` [2026-05-27 08:44:43][Request][GET] https://example.com/ [2026-05-27 08:44:43][Response][200] <timestamp>.zip ``` And then each response as a `<timestamp>.zip` with: ``` resp_headers.txt: <data> resp_body.txt: <data> ``` Maybe behind a `--log` flag or something.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/curl#15
No description provided.