We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5077214 commit3ba5ff9Copy full SHA for 3ba5ff9
boost/network/protocol/http/tags.hpp
@@ -26,6 +26,7 @@ namespace boost { namespace network { namespace http { namespace tags {
26
typedef mpl::vector<http, simple, async, udp, default_string> http_async_8bit_udp_resolve_tags;
27
typedef mpl::vector<http, simple, async, tcp, default_string> http_async_8bit_tcp_resolve_tags;
28
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;
30
31
BOOST_NETWORK_DEFINE_TAG(http_default_8bit_tcp_resolve);
32
BOOST_NETWORK_DEFINE_TAG(http_default_8bit_udp_resolve);
@@ -34,6 +35,7 @@ namespace boost { namespace network { namespace http { namespace tags {
34
35
BOOST_NETWORK_DEFINE_TAG(http_async_8bit_udp_resolve);
36
BOOST_NETWORK_DEFINE_TAG(http_async_8bit_tcp_resolve);
37
BOOST_NETWORK_DEFINE_TAG(http_server);
38
+BOOST_NETWORK_DEFINE_TAG(http_async_server);
39
40
}/* tags*/
41