mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:27:45 +00:00
LibWeb: Helper for creating load requests with a Cookie header
Instead of all interested parties needing to write out the code to get the cookie value for a load request, add a static helper to do it in one location.
This commit is contained in:
parent
5c6aa408ed
commit
3cc5286565
3 changed files with 50 additions and 0 deletions
|
@ -193,6 +193,7 @@ set(SOURCES
|
|||
Loader/FrameLoader.cpp
|
||||
Loader/ImageLoader.cpp
|
||||
Loader/ImageResource.cpp
|
||||
Loader/LoadRequest.cpp
|
||||
Loader/Resource.cpp
|
||||
Loader/ResourceLoader.cpp
|
||||
Namespace.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue