ladybird/Userland/Libraries/LibHTTP/Forward.h

17 lines
203 B
C
Raw Normal View History

/*
* Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace HTTP {
class HttpRequest;
class HttpResponse;
class HttpsJob;
class Job;
}