mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
Browser+LibWeb: Move the cookie structure into LibWeb
This commit is contained in:
parent
c2d38abe6f
commit
7193e518d1
4 changed files with 52 additions and 16 deletions
|
@ -28,6 +28,7 @@
|
|||
#pragma once
|
||||
|
||||
namespace Web::Cookie {
|
||||
struct Cookie;
|
||||
struct ParsedCookie;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue