File tree Expand file tree Collapse file tree 10 files changed +9
-9
lines changed
boost/network/protocol/http Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
// http://www.boost.org/LICENSE_1_0.txt)
9
9
10
10
#include < boost/network/protocol/http/response.hpp>
11
- #include < boost/network/protocol/http/impl/http_async_connection .hpp>
11
+ #include < boost/network/protocol/http/client/connection/async_normal .hpp>
12
12
#ifdef BOOST_NETWORK_ENABLE_HTTPS
13
- #include < boost/network/protocol/http/impl/https_async_connection .hpp>
13
+ #include < boost/network/protocol/http/client/connection/async_ssl .hpp>
14
14
#endif
15
15
16
16
namespace boost { namespace network { namespace http { namespace impl {
Original file line number Diff line number Diff line change 19
19
#include < boost/logic/tribool.hpp>
20
20
#include < boost/network/protocol/http/parser/incremental.hpp>
21
21
#include < boost/network/protocol/http/message/wrappers/uri.hpp>
22
- #include < boost/network/protocol/http/impl/http_async_protocol_handler .hpp>
22
+ #include < boost/network/protocol/http/client/connection/async_protocol_handler .hpp>
23
23
#include < boost/array.hpp>
24
24
#include < boost/assert.hpp>
25
25
#include < iterator>
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
10
10
#include < boost/asio/ssl.hpp>
11
11
#include < boost/asio/strand.hpp>
12
- #include < boost/network/protocol/http/impl/http_async_protocol_handler .hpp>
12
+ #include < boost/network/protocol/http/client/connection/async_protocol_handler .hpp>
13
13
#include < boost/assert.hpp>
14
14
15
15
namespace boost { namespace network { namespace http { namespace impl {
Original file line number Diff line number Diff line change 16
16
#include < boost/tuple/tuple.hpp>
17
17
#include < boost/network/protocol/http/response.hpp>
18
18
19
- #include < boost/network/protocol/http/impl/http_sync_connection .hpp>
19
+ #include < boost/network/protocol/http/client/connection/sync_normal .hpp>
20
20
#ifdef BOOST_NETWORK_ENABLE_HTTPS
21
- #include < boost/network/protocol/http/impl/https_sync_connection .hpp>
21
+ #include < boost/network/protocol/http/client/connection/sync_ssl .hpp>
22
22
#endif
23
23
24
24
namespace boost { namespace network { namespace http { namespace impl {
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 12
12
#include < boost/lexical_cast.hpp>
13
13
#include < boost/cstdint.hpp>
14
14
#include < boost/network/protocol/http/traits/resolver_policy.hpp>
15
- #include < boost/network/protocol/http/impl/async_connection_base .hpp>
15
+ #include < boost/network/protocol/http/client/connection/async_base .hpp>
16
16
#include < boost/tuple/tuple.hpp>
17
17
#include < boost/function.hpp>
18
18
#include < boost/bind.hpp>
Original file line number Diff line number Diff line change 10
10
11
11
#include < boost/unordered_map.hpp>
12
12
#include < boost/shared_ptr.hpp>
13
- #include < boost/network/protocol/http/impl/sync_connection_base .hpp>
13
+ #include < boost/network/protocol/http/client/connection/sync_base .hpp>
14
14
#include < boost/algorithm/string/predicate.hpp>
15
15
#include < boost/network/protocol/http/response.hpp>
16
16
#include < utility>
Original file line number Diff line number Diff line change 11
11
#include < boost/lexical_cast.hpp>
12
12
#include < boost/cstdint.hpp>
13
13
#include < boost/network/protocol/http/traits/resolver_policy.hpp>
14
- #include < boost/network/protocol/http/impl/sync_connection_base .hpp>
14
+ #include < boost/network/protocol/http/client/connection/sync_base .hpp>
15
15
#include < boost/tuple/tuple.hpp>
16
16
#include < boost/function.hpp>
17
17
#include < boost/bind.hpp>
You can’t perform that action at this time.
0 commit comments