dodo
0.0.1
A C++ library to create containerized Linux services
http.hpp
Go to the documentation of this file.
1
/*
2
* This file is part of the dodo library (https://github.com/jmspit/dodo).
3
* Copyright (c) 2019 Jan-Marten Spit.
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation, version 3.
8
*
9
* This program is distributed in the hope that it will be useful, but
10
* WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
19
/**
20
* @file http.hpp
21
* Defines the dodo::network::HTTPMessage, dodo::network::HTTPRequest amd dodo::network::HTTPResponse classes.
22
*/
23
24
#ifndef dodo_network_protocol_http_hpp
25
#define dodo_network_protocol_http_hpp
26
27
#include <
network/protocol/http/httpfragment.hpp
>
28
#include <
network/protocol/http/httpmessage.hpp
>
29
#include <
network/protocol/http/httprequest.hpp
>
30
#include <
network/protocol/http/httpresponse.hpp
>
31
#include <
network/protocol/http/httpversion.hpp
>
32
33
#endif
httpmessage.hpp
httpversion.hpp
httpresponse.hpp
httpfragment.hpp
httprequest.hpp
src
include
network
protocol
http
http.hpp
Generated by
1.8.17