LibRequests: Add a forwarding header

This commit is contained in:
Timothy Flynn 2024-10-07 15:23:50 -04:00 committed by Andreas Kling
parent 1b324f3ae1
commit 3de86cf0fa
Notes: github-actions[bot] 2024-10-08 04:53:46 +00:00

View 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;
}