Ben Wiederhake
|
2a369a2a26
|
LibHTTP: Remove unused header in ParsedCookie
|
2026-02-23 12:15:23 +01:00 |
|
Timothy Flynn
|
d75aee2a56
|
LibHTTP+LibWeb: Move the IncludeCredentials enum to LibHTTP
This will be sent over IPC to RequestServer in an upcoming patch.
|
2026-02-10 12:21:20 +01:00 |
|
Timothy Flynn
|
8b10a3a39e
|
LibHTTP: Clean up old cookie code a bit
* Transfer cookie-related enums over IPC as u8, rather than an int
* Use AK's safe ASCII ctype alternatives
* Use SCREAMING_CASE for constants
|
2026-02-10 12:21:20 +01:00 |
|
Timothy Flynn
|
8d97389038
|
LibHTTP+Everywhere: Move the cookie implementation to LibHTTP
This will allow parsing cookies outside of LibWeb.
LibHTTP is basically becoming the home of HTTP WG specs.
|
2026-02-10 12:21:20 +01:00 |
|