LibCore+LibHTTP: Move out the HTTP handler and add HTTPS

This commit is contained in:
AnotherTest 2020-04-21 01:55:25 +04:30 committed by Andreas Kling
commit 7670e5ccf0
Notes: sideshowbarker 2024-07-19 07:04:57 +09:00
27 changed files with 613 additions and 70 deletions

View file

@ -28,6 +28,7 @@
#include <LibGUI/Frame.h>
#include <LibGUI/ToolBar.h>
#include <LibHTTP/HttpJob.h>
namespace GUI {