aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd-tutorial.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd-tutorial.texi')
-rw-r--r--doc/libmicrohttpd-tutorial.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/libmicrohttpd-tutorial.texi b/doc/libmicrohttpd-tutorial.texi
index de040fe8..7d3cd23a 100644
--- a/doc/libmicrohttpd-tutorial.texi
+++ b/doc/libmicrohttpd-tutorial.texi
@@ -68,6 +68,7 @@ Free Documentation License".
68* Improved processing of POST data:: 68* Improved processing of POST data::
69* Session management:: 69* Session management::
70* Adding a layer of security:: 70* Adding a layer of security::
71* Websockets::
71* Bibliography:: 72* Bibliography::
72* License text:: 73* License text::
73* Example programs:: 74* Example programs::
@@ -109,6 +110,10 @@ Free Documentation License".
109@chapter Adding a layer of security 110@chapter Adding a layer of security
110@include chapters/tlsauthentication.inc 111@include chapters/tlsauthentication.inc
111 112
113@node Websockets
114@chapter Websockets
115@include chapters/websocket.inc
116
112@node Bibliography 117@node Bibliography
113@appendix Bibliography 118@appendix Bibliography
114@include chapters/bibliography.inc 119@include chapters/bibliography.inc
@@ -128,6 +133,7 @@ Free Documentation License".
128* largepost.c:: 133* largepost.c::
129* sessions.c:: 134* sessions.c::
130* tlsauthentication.c:: 135* tlsauthentication.c::
136* websocket.c::
131@end menu 137@end menu
132 138
133@node hellobrowser.c 139@node hellobrowser.c
@@ -178,4 +184,10 @@ Free Documentation License".
178@verbatiminclude examples/tlsauthentication.c 184@verbatiminclude examples/tlsauthentication.c
179@end smalldisplay 185@end smalldisplay
180 186
187@node websocket.c
188@section websocket.c
189@smalldisplay
190@verbatiminclude examples/websocket.c
191@end smalldisplay
192
181@bye 193@bye