Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit85eb3dd

Browse files
committed
Re-arranging the client connection headers.
1 parentee76667 commit85eb3dd

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed

‎boost/network/protocol/http/impl/async_connection_base.hpp‎renamed to ‎boost/network/protocol/http/client/connection/async_base.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
// http://www.boost.org/LICENSE_1_0.txt)
99

1010
#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>
1212
#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>
1414
#endif
1515

1616
namespaceboost {namespacenetwork {namespacehttp {namespaceimpl {

‎boost/network/protocol/http/impl/http_async_connection.hpp‎renamed to ‎boost/network/protocol/http/client/connection/async_normal.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include<boost/logic/tribool.hpp>
2020
#include<boost/network/protocol/http/parser/incremental.hpp>
2121
#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>
2323
#include<boost/array.hpp>
2424
#include<boost/assert.hpp>
2525
#include<iterator>

‎boost/network/protocol/http/impl/https_async_connection.hpp‎renamed to ‎boost/network/protocol/http/client/connection/async_ssl.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include<boost/asio/ssl.hpp>
1111
#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>
1313
#include<boost/assert.hpp>
1414

1515
namespaceboost {namespacenetwork {namespacehttp {namespaceimpl {

‎boost/network/protocol/http/impl/sync_connection_base.hpp‎renamed to ‎boost/network/protocol/http/client/connection/sync_base.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#include<boost/tuple/tuple.hpp>
1717
#include<boost/network/protocol/http/response.hpp>
1818

19-
#include<boost/network/protocol/http/impl/http_sync_connection.hpp>
19+
#include<boost/network/protocol/http/client/connection/sync_normal.hpp>
2020
#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>
2222
#endif
2323

2424
namespaceboost {namespacenetwork {namespacehttp {namespaceimpl {

‎boost/network/protocol/http/policies/async_connection.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include<boost/lexical_cast.hpp>
1313
#include<boost/cstdint.hpp>
1414
#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>
1616
#include<boost/tuple/tuple.hpp>
1717
#include<boost/function.hpp>
1818
#include<boost/bind.hpp>

‎boost/network/protocol/http/policies/pooled_connection.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include<boost/unordered_map.hpp>
1212
#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>
1414
#include<boost/algorithm/string/predicate.hpp>
1515
#include<boost/network/protocol/http/response.hpp>
1616
#include<utility>

‎boost/network/protocol/http/policies/simple_connection.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include<boost/lexical_cast.hpp>
1212
#include<boost/cstdint.hpp>
1313
#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>
1515
#include<boost/tuple/tuple.hpp>
1616
#include<boost/function.hpp>
1717
#include<boost/bind.hpp>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp