2020-01-18 05:38:21 -03:00
|
|
|
/*
|
2021-04-28 17:46:44 -03:00
|
|
|
* Copyright (c) 2020, the SerenityOS developers.
|
2020-01-18 05:38:21 -03:00
|
|
|
*
|
2021-04-22 05:24:48 -03:00
|
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
2020-01-18 05:38:21 -03:00
|
|
|
*/
|
|
|
|
|
|
2020-05-28 15:40:53 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
2020-04-20 18:25:25 -03:00
|
|
|
namespace HTTP {
|
2019-04-10 17:28:10 -03:00
|
|
|
|
2020-04-20 18:25:25 -03:00
|
|
|
class HttpRequest;
|
|
|
|
|
class HttpResponse;
|
2020-02-02 08:34:39 -03:00
|
|
|
|
|
|
|
|
}
|