| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add reqwest HttpClient skeleton (cookies-only) | A Farzat | 2026-02-11 | 1 | -1/+1 |
| | | | | | | | | - Build a reqwest::Client with Cookie and browser-like default headers - Wire into main without performing any HTTP calls Note: Keep cookie header internal; never log values | ||||
| * | Add a cookies module | A Farzat | 2026-02-10 | 1 | -0/+138 |
| This parses the cookies found in the cookies.json file, making them ready to be used in http requests. | |||||
