[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd2] branch master updated: update menu
From: |
Admin |
Subject: |
[libmicrohttpd2] branch master updated: update menu |
Date: |
Thu, 13 Feb 2025 23:22:06 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libmicrohttpd2.
The following commit(s) were added to refs/heads/master by this push:
new 7137a17 update menu
7137a17 is described below
commit 7137a17b1bb2335f5cdfe00c90650384043e207a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 13 23:22:00 2025 +0100
update menu
---
doc/libmicrohttpd2.texi | 22 ++++++----------------
doc/manual/postprocessor.inc | 18 ++++++------------
2 files changed, 12 insertions(+), 28 deletions(-)
diff --git a/doc/libmicrohttpd2.texi b/doc/libmicrohttpd2.texi
index 419f626..0a4f32a 100644
--- a/doc/libmicrohttpd2.texi
+++ b/doc/libmicrohttpd2.texi
@@ -61,8 +61,8 @@ Free Documentation License".
* libmicrohttpd2-requests:: Accessing client request data.
* libmicrohttpd2-actions:: Acting on HTTP requests.
* libmicrohttpd2-responses:: Generating HTTP responses.
-* libmicrohttpd2-auth:: Utilizing HTTP authentication.
* libmicrohttpd2-post:: Parsing @code{POST} data.
+* libmicrohttpd2-auth:: Utilizing HTTP authentication.
* libmicrohttpd2-upgrade:: Upgrading HTTP/1.1 connections.
* libmicrohttpd2-introspection:: Obtaining status information.
* libmicrohttpd2-util:: Utilities and special-use functions.
@@ -110,6 +110,11 @@ Indices
@chapter Responses to HTTP requests
@include manual/responses.inc
+@node libmicrohttpd2-post
+@chapter Parsing HTML form data with the POST processor
+@include manual/postprocessor.inc
+
+
@c NEXT:
@c - post [Fr]
@c - auth [Sa]
@@ -127,18 +132,6 @@ Indices
-@node libmicrohttpd2-select
-@chapter Implementing external @code{select}
-@include manual/select.inc
-
-@node libmicrohttpd2-requests
-@chapter Introspecting requests
-@include manual/requests.inc
-
-@node libmicrohttpd2-responses
-@chapter Building responses to requests
-@include manual/responses.inc
-
@node libmicrohttpd2-flow
@chapter Flow control.
@include manual/flow.inc
@@ -147,9 +140,6 @@ Indices
@chapter Utilizing Authentication
@include manual/authentication.inc
-@node libmicrohttpd2-post
-@chapter Adding a @code{POST} processor
-@include manual/postprocessor.inc
@node libmicrohttpd2-info
@chapter Obtaining and modifying status information.
diff --git a/doc/manual/postprocessor.inc b/doc/manual/postprocessor.inc
index 5b0e715..8821429 100644
--- a/doc/manual/postprocessor.inc
+++ b/doc/manual/postprocessor.inc
@@ -1,14 +1,11 @@
-@cindex POST method
-
-@menu
-* microhttpd-post api:: Programming interface for the
- @code{POST} processor.
-@end menu
+@cindex POST
+MHD provides the post processor API to make it easier for applications to
+parse the data of a client's @code{POST} request that is encoded
+in one of the typical formats for HTML form data.
+@c FIXME: old stuff follows...
-@noindent
-MHD provides the post processor API to make it easier for applications to
-parse the data of a client's @code{POST} request: the
+The
@code{MHD_AccessHandlerCallback} will be invoked multiple times to
process data as it arrives; at each invocation a new chunk of data must
be processed. The arguments @var{upload_data} and @var{upload_data_size}
@@ -161,6 +158,3 @@ of this function.
@end deftypefun
-
-
-
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd2] branch master updated: update menu,
Admin <=