We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e243e6d commit 4efa851Copy full SHA for 4efa851
libs/network/doc/whats_new.rst
@@ -8,6 +8,13 @@
8
---------------------
9
10
* Updates to URI unit tests and documentation.
11
+* More documentation, covering the HTTP Client and HTTP Server APIs
12
+* Asynchronous HTTP Server that now supports running request handlers on a
13
+ different thread pool.
14
+* An initial thread pool implementation, using Boost.Asio underneath.
15
+* Adding a ready(...) wrapper to check whether a response object returned by
16
+ the asynchronous client in 0.7 already has all the parts available.
17
+* Some attempts at lowering compile time costs.
18
19
:mod:`cpp-netlib` 0.7
20
0 commit comments