Skip to content

Commit 9b1df5c

Browse files
committed
Adding Emphasis on List Heads
1 parent f9ff4cd commit 9b1df5c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

libs/network/doc/reference_http_client.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ General
88
:mod:`cpp-netlib` includes and implements a number of HTTP clients that you can
99
use and embed in your own applications. All of the HTTP client implementations:
1010

11-
* Cannot be copied. This means you may have to store instances of the clients in
12-
dynamic memory.
13-
* Assume that requests made are independent of each other. There currently is no
14-
cookie or session management system built-in to cpp-netlib's HTTP client
15-
implementations.
16-
* Are header-only and are compiled-into your application. Future releases in
17-
case you want to upgrade the implementation you are using in your application
18-
will be distributed as header-only implementations, which means you have to
19-
re-compile your application to use a newer version of the implementations.
20-
11+
* **Cannot be copied.** This means you may have to store instances of the
12+
clients in dynamic memory.
13+
* **Assume that requests made are independent of each other.** There currently
14+
is no cookie or session management system built-in to cpp-netlib's HTTP client
15+
implementations.
16+
* **Are header-only and are compiled-into your application.** Future releases in
17+
case you want to upgrade the implementation you are using in your application
18+
will be distributed as header-only implementations, which means you have to
19+
re-compile your application to use a newer version of the implementations.
20+
2121
The HTTP clients all share the same API, but the internals are documented in
2222
terms of what is different and what to expect with the different
2323
implementations.

0 commit comments

Comments
 (0)