mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
RequestServer+LibProtocol: Allow users to specify a per-request proxy
This commit is contained in:
parent
cd9d740107
commit
45867435c4
16 changed files with 52 additions and 24 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "DownloadWidget.h"
|
||||
#include <AK/NumberFormat.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibCore/Proxy.h>
|
||||
#include <LibCore/StandardPaths.h>
|
||||
#include <LibCore/Stream.h>
|
||||
#include <LibDesktop/Launcher.h>
|
||||
|
@ -20,9 +20,11 @@
|
|||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/Progressbar.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <LibProtocol/RequestClient.h>
|
||||
#include <LibWeb/Loader/ResourceLoader.h>
|
||||
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibProtocol/RequestClient.h>
|
||||
|
||||
namespace Browser {
|
||||
|
||||
DownloadWidget::DownloadWidget(const URL& url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue