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: https://github.com/LadybirdBrowser/ladybird/commit/3de86cf0fa1 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
Reference in a new issue