aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial.texi')
-rw-r--r--doc/tutorial.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tutorial.texi b/doc/tutorial.texi
index 6e0dbea3..bc6ebe54 100644
--- a/doc/tutorial.texi
+++ b/doc/tutorial.texi
@@ -38,6 +38,7 @@ Free Documentation License".
38* Response headers:: 38* Response headers::
39* Supporting basic authentication:: 39* Supporting basic authentication::
40* Processing POST data:: 40* Processing POST data::
41* Improved processing of POST data::
41* Bibliography:: 42* Bibliography::
42* License text:: 43* License text::
43* Example programs:: 44* Example programs::
@@ -67,6 +68,9 @@ Free Documentation License".
67@chapter Processing POST data 68@chapter Processing POST data
68@include chapters/processingpost.inc 69@include chapters/processingpost.inc
69 70
71@node Improved processing of POST data
72@chapter Improved processing of POST data
73@include chapters/largerpost.inc
70 74
71@node Bibliography 75@node Bibliography
72@appendix Bibliography 76@appendix Bibliography
@@ -84,6 +88,7 @@ Free Documentation License".
84* responseheaders.c:: 88* responseheaders.c::
85* basicauthentication.c:: 89* basicauthentication.c::
86* simplepost.c:: 90* simplepost.c::
91* largepost.c::
87@end menu 92@end menu
88 93
89@node hellobrowser.c 94@node hellobrowser.c
@@ -116,4 +121,11 @@ Free Documentation License".
116@verbatiminclude examples/simplepost.c 121@verbatiminclude examples/simplepost.c
117@end smalldisplay 122@end smalldisplay
118 123
124@node largepost.c
125@section largepost.c
126@smalldisplay
127@verbatiminclude examples/largepost.c
128@end smalldisplay
129
130
119@bye 131@bye