Skip to content

Commit 3ba5ff9

Browse files
committed
Initial step to creating an asynchronous HTTP server.
1 parent 5077214 commit 3ba5ff9

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)