mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
This commit is contained in:
parent
8d20a526e5
commit
7670e5ccf0
27 changed files with 613 additions and 70 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <AK/URL.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibHTTP/HttpJob.h>
|
||||
|
||||
namespace Browser {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue