We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3549dba commit 372c597Copy full SHA for 372c597
libs/network/doc/index.rst
@@ -39,7 +39,8 @@ Sneak Peak
39
The :mod:`cpp-netlib` allows you to write semantically consistent code for
40
making different kinds of higher level network applications.
41
42
-The library allows for writing simple code like:
+The library allows for writing simple code for simple C++ HTTP client
43
+applications like:
44
45
.. code-block:: c++
46
@@ -52,8 +53,6 @@ The library allows for writing simple code like:
52
53
client::response response_ = client_.get(request);
54
std::string body = body(response_);
55
-For simple C++ HTTP client applications.
56
-
57
The :mod:`cpp-netlib` is being developed for eventual submission to Boost_.
58
59
Download
0 commit comments