We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77810 commit b52fe01Copy full SHA for b52fe01
libs/network/doc/in_depth/http.rst
@@ -33,14 +33,14 @@ overload of the ``basic_client``:
33
34
35
The default typedef for the HTTP client that is provided uses the
36
-``http_default_8bit_udp_resolve`` tag, and implements HTTP 1.0. The exact
+``http_async_8bit_udp_resolve`` tag, and implements HTTP 1.1. The exact
37
typedef is in the ``boost::network::http`` namespace as the following:
38
39
.. code-block:: c++
40
41
namespace boost { namespace network { namespace http {
42
43
- typedef basic_client<tags::http_default_8bit_udp_resolve, 1, 0>
+ typedef basic_client<tags::http_async_8bit_udp_resolve, 1, 1>
44
client;
45
46
}}}
0 commit comments