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.
This commit is contained in:
Timothy Flynn
2026-02-07 11:13:47 -05:00
committed by Andreas Kling
parent 0a334f50db
commit 8d97389038
Notes: github-actions[bot] 2026-02-10 11:23:01 +00:00
39 changed files with 212 additions and 203 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <LibURL/URL.h>
#include <LibWeb/Bindings/AgentType.h>
#include <LibWeb/Bindings/RequestPrototype.h>
#include <LibWeb/Bindings/WorkerPrototype.h>