ladybird/Userland
Timothy Flynn e436c31b97 LibWeb: Ensure WebDriver response headers are exactly to spec
We must send a Cache-Control header, which then also requires that we
respond with an HTTP/1.1 response (the Pragma cache option is HTTP/1.0).

We should also send the Content-Type header using the same casing as is
written in the WebDriver spec (lowercase).

Both of these are explicitly tested by WPT.
2024-09-27 09:46:55 +01:00
..
Libraries LibWeb: Ensure WebDriver response headers are exactly to spec 2024-09-27 09:46:55 +01:00
Services WebContent+WebDriver: Log all unimplemented WebDriver endpoints 2024-09-25 14:03:46 -04:00
Utilities LibWebView+WebContent+UI: Remove cookie related WebView callbacks 2024-09-22 14:11:18 -04:00