Skip to content

Commit 4efa851

Browse files
committed
Adding Whats new in 0.8
1 parent e243e6d commit 4efa851

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/network/doc/whats_new.rst

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
---------------------
99

1010
* 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.
1118

1219
:mod:`cpp-netlib` 0.7
1320
---------------------

0 commit comments

Comments
 (0)