select
POST
processorselect
POST
processor
Next: microhttpd-intro [Contents][Index]
This manual is for GNU libmicrohttpd (version 0.9.71, 26 July 2020), a library for embedding an HTTP(S) server into C applications.
Copyright © 2007–2019 Christian Grothoff
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
• microhttpd-intro | Introduction. | |
• microhttpd-const | Constants. | |
• microhttpd-struct | Structures type definition. | |
• microhttpd-cb | Callback functions definition. | |
• microhttpd-init | Starting and stopping the server. | |
• microhttpd-inspect | Implementing external select .
| |
• microhttpd-requests | Handling requests. | |
• microhttpd-responses | Building responses to requests. | |
• microhttpd-flow | Flow control. | |
• microhttpd-dauth | Utilizing Authentication. | |
• microhttpd-post | Adding a POST processor.
| |
• microhttpd-info | Obtaining and modifying status information. | |
• microhttpd-util | Utilities. | |
Appendices | ||
---|---|---|
• GNU-LGPL | The GNU Lesser General Public License says how you can copy and share almost all of ‘libmicrohttpd’. | |
• eCos License | The eCos License says how you can copy and share some parts of ‘libmicrohttpd’. | |
• GNU-GPL | The GNU General Public License (with eCos extension) says how you can copy and share some parts of ‘libmicrohttpd’. | |
• GNU-FDL | The GNU Free Documentation License says how you can copy and share the documentation of ‘libmicrohttpd’. | |
Indices | ||
• Concept Index | Index of concepts and programs. | |
• Function and Data Index | Index of functions, variables and data types. | |
• Type Index | Index of data types. |
Next: microhttpd-intro [Contents][Index]