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

Commit3ba5ff9

Browse files
committed
Initial step to creating an asynchronous HTTP server.
1 parent5077214 commit3ba5ff9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎boost/network/protocol/http/tags.hpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace boost { namespace network { namespace http { namespace tags {
2626
typedef mpl::vector<http, simple, async, udp, default_string> http_async_8bit_udp_resolve_tags;
2727
typedef mpl::vector<http, simple, async, tcp, default_string> http_async_8bit_tcp_resolve_tags;
2828
typedef mpl::vector<http, simple, sync, pod, default_string> http_server_tags;
29+
typedef mpl::vector<http, simple, async, pod, default_string> http_async_server_tags;
2930

3031
BOOST_NETWORK_DEFINE_TAG(http_default_8bit_tcp_resolve);
3132
BOOST_NETWORK_DEFINE_TAG(http_default_8bit_udp_resolve);
@@ -34,6 +35,7 @@ namespace boost { namespace network { namespace http { namespace tags {
3435
BOOST_NETWORK_DEFINE_TAG(http_async_8bit_udp_resolve);
3536
BOOST_NETWORK_DEFINE_TAG(http_async_8bit_tcp_resolve);
3637
BOOST_NETWORK_DEFINE_TAG(http_server);
38+
BOOST_NETWORK_DEFINE_TAG(http_async_server);
3739

3840
}/* tags*/
3941

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp