mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
This commit is contained in:
committed by
Andreas Kling
parent
8d20a526e5
commit
7670e5ccf0
Notes:
sideshowbarker
2024-07-19 07:04:57 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/7670e5ccf0d Pull-request: https://github.com/SerenityOS/serenity/pull/1661 Reviewed-by: https://github.com/Dexesttp Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/itamar8910
@@ -28,6 +28,7 @@
|
||||
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/ToolBar.h>
|
||||
#include <LibHTTP/HttpJob.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user