bowser/src/browser
Benedikt Willi 283dae295c Implement HTTP redirect following
- Support for 301, 302, 303, 307, 308 redirects
- Automatic Location header following
- Relative URL resolution for redirects
- Max redirect limit (default 10) to prevent infinite loops
- 303 (See Other) automatically changes method to GET
- 4 new unit tests for redirect functionality
- All 73 tests passing
2026-01-09 14:11:46 +01:00
..
__pycache__ Implement HTTP redirect following 2026-01-09 14:11:46 +01:00
__init__.py Initial bowser project scaffold 2026-01-09 12:20:46 +01:00
browser.py Initial commit: Setup Bowser educational web browser 2026-01-09 13:31:48 +01:00
chrome.py Implement HTTP redirect following 2026-01-09 14:11:46 +01:00
tab.py Implement HTTP redirect following 2026-01-09 14:11:46 +01:00