mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 13:05:12 +00:00
16 lines
228 B
C++
16 lines
228 B
C++
/*
|
|
* Copyright (c) 2024, Tim Flynn <trflynn89@ladybird.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace Requests {
|
|
|
|
class Request;
|
|
class RequestClient;
|
|
class WebSocket;
|
|
struct RequestTimingInfo;
|
|
|
|
}
|