1 
2 //          Copyright Dean Michael Berris 2007, 2008.
3 // Distributed under the Boost Software License, Version 1.0.
4 //    (See accompanying file LICENSE_1_0.txt or copy at
5 //          http://www.boost.org/LICENSE_1_0.txt)
6 
7 #ifndef __NETWORK_PROTOCOL_HTTP_20070908_1_HPP__
8 #define __NETWORK_PROTOCOL_HTTP_20070908_1_HPP__
9 
10 // Include HTTP implementation headers
11 // Author: Dean Michael Berris
12 // Date Created: Oct. 08, 2007
13 
14 #include <boost/network/protocol/http/response.hpp>
15 #include <boost/network/protocol/http/request.hpp>
16 #include <boost/network/protocol/http/client.hpp>
17 #include <boost/network/protocol/http/errors.hpp>
18 
19 #endif  // __NETWORK_PROTOCOL_HTTP_20070908-1_HPP__
20