File tree Expand file tree Collapse file tree 4 files changed +76
-0
lines changed Expand file tree Collapse file tree 4 files changed +76
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Contents
96
96
techniques.rst
97
97
history.rst
98
98
install.rst
99
+ reference.rst
99
100
references.rst
100
101
101
102
.. _Boost : http://www.boost.org/
Original file line number Diff line number Diff line change
1
+
2
+ Reference Manual
3
+ ================
4
+
5
+ This reference manual refers to the API documentation of the public interfaces
6
+ to the different client and/or server implementations within :mod: `cpp-netlib `.
7
+
8
+ .. toctree ::
9
+ :maxdepth: 2
10
+
11
+ reference_http_client.rst
12
+ reference_http_server.rst
13
+
Original file line number Diff line number Diff line change
1
+
2
+ HTTP Client API
3
+ ===============
4
+
5
+ General
6
+ -------
7
+
8
+ .. FIXME describe the general API for the HTTP Clients
9
+
10
+ Implementations
11
+ ---------------
12
+
13
+ .. FIXME describe the internal implementation, with diagrams if at all possible
14
+ and within reasonable efforts.
15
+
16
+ Synchronous Clients
17
+ ~~~~~~~~~~~~~~~~~~~
18
+
19
+ .. FIXME show the table of tags that enable the synchronous implementation.
20
+
21
+ Asynchronous Clients
22
+ ~~~~~~~~~~~~~~~~~~~~
23
+
24
+ .. FIXME show the table of tags that enable the asynchronous implementation.
25
+
26
+ Member Functions
27
+ ----------------
28
+
29
+ .. FIXME show the table of publicly-accessible member functions.
30
+
31
+
Original file line number Diff line number Diff line change
1
+
2
+ HTTP Server API
3
+ ===============
4
+
5
+ General
6
+ -------
7
+
8
+ .. FIXME describe the general API for the HTTP Servers
9
+
10
+ Implementations
11
+ ---------------
12
+
13
+ .. FIXME describe the internal implementation, with diagrams if at all possible
14
+ and within reasonable efforts.
15
+
16
+ Synchronous Servers
17
+ ~~~~~~~~~~~~~~~~~~~
18
+
19
+ .. FIXME show the table of tags that enable the synchronous implementation.
20
+
21
+ Asynchronous Servers
22
+ ~~~~~~~~~~~~~~~~~~~~
23
+
24
+ .. FIXME show the table of tags that enable the asynchronous implementation.
25
+
26
+ Member Functions
27
+ ----------------
28
+
29
+ .. FIXME show the table of publicly-accessible member functions.
30
+
31
+
You can’t perform that action at this time.
0 commit comments