mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibRequests: Add a forwarding header
This commit is contained in:
parent
1b324f3ae1
commit
3de86cf0fa
Notes:
github-actions[bot]
2024-10-08 04:53:46 +00:00
Author: https://github.com/trflynn89
Commit: 3de86cf0fa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1671
1 changed files with 15 additions and 0 deletions
15
Userland/Libraries/LibRequests/Forward.h
Normal file
15
Userland/Libraries/LibRequests/Forward.h
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024, Tim Flynn <trflynn89@ladybird.org>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
namespace Requests {
|
||||||
|
|
||||||
|
class Request;
|
||||||
|
class RequestClient;
|
||||||
|
class WebSocket;
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue