Simple example using libmicrohttpd
This commit is contained in:
21
vendor/libmicrohttpd/share/info/dir
vendored
Normal file
21
vendor/libmicrohttpd/share/info/dir
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
This is the file .../info/dir, which contains the
|
||||
topmost node of the Info hierarchy, called (dir)Top.
|
||||
The first time you invoke Info you start off looking at this node.
|
||||
|
||||
File: dir, Node: Top This is the top of the INFO tree
|
||||
|
||||
This (the Directory node) gives a menu of major topics.
|
||||
Typing "q" exits, "H" lists all Info commands, "d" returns here,
|
||||
"h" gives a primer for first-timers,
|
||||
"mEmacs<Return>" visits the Emacs manual, etc.
|
||||
|
||||
In Emacs, you can click mouse button 2 on a menu item or cross reference
|
||||
to select it.
|
||||
|
||||
* Menu:
|
||||
|
||||
Software libraries
|
||||
* libmicrohttpd: (libmicrohttpd).
|
||||
Embedded HTTP server library.
|
||||
* libmicrohttpdtutorial: (libmicrohttpd-tutorial).
|
||||
A tutorial for GNU libmicrohttpd.
|
||||
5752
vendor/libmicrohttpd/share/info/libmicrohttpd-tutorial.info
vendored
Normal file
5752
vendor/libmicrohttpd/share/info/libmicrohttpd-tutorial.info
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6138
vendor/libmicrohttpd/share/info/libmicrohttpd.info
vendored
Normal file
6138
vendor/libmicrohttpd/share/info/libmicrohttpd.info
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
vendor/libmicrohttpd/share/info/libmicrohttpd_performance_data.png
vendored
Normal file
BIN
vendor/libmicrohttpd/share/info/libmicrohttpd_performance_data.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
46
vendor/libmicrohttpd/share/man/man3/libmicrohttpd.3
vendored
Normal file
46
vendor/libmicrohttpd/share/man/man3/libmicrohttpd.3
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
.Dd June 21, 2013
|
||||
.Dt LIBMICROHTTPD 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm libmicrohttpd
|
||||
.Nd library for embedding HTTP servers
|
||||
.Sh LIBRARY
|
||||
.ds doc-str-Lb-libmicrohttpd library for embedding HTTP servers (libmicrohttpd)
|
||||
.Lb libmicrohttpd
|
||||
.Sh SYNOPSIS
|
||||
.In microhttpd.h
|
||||
.Sh DESCRIPTION
|
||||
GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
|
||||
.sp
|
||||
The details of the API are described in comments in the header file, a detailed reference documentation in Texinfo, a tutorial, and in brief on the MHD webpage.
|
||||
.Sh LEGAL NOTICE
|
||||
libmicrohttpd is released under both the LGPL Version 2.1 or higher and the GNU GPL with eCos extension. For details on both licenses please read the respective appendix in the Texinfo manual.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/ttys -compact
|
||||
.It Pa microhttpd.h
|
||||
libmicrohttpd include file
|
||||
.It Pa libmicrohttpd.so
|
||||
libmicrohttpd library
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr curl 1 ,
|
||||
.Xr libcurl 3 ,
|
||||
info libmicrohttpd
|
||||
.Sh AUTHORS
|
||||
GNU
|
||||
.Nm
|
||||
was originally designed by
|
||||
.An -nosplit
|
||||
.An Christian Grothoff Aq Mt christian@grothoff.org
|
||||
and
|
||||
.An Chris GauthierDickey Aq Mt chrisg@cs.du.edu Ns .
|
||||
The original implementation was done by
|
||||
.An Daniel Pittman Aq Mt depittman@gmail.com
|
||||
and Christian Grothoff.
|
||||
SSL/TLS support was added by Sagie Amir using code from GnuTLS. See the AUTHORS file in the distribution for a more detailed list of contributors.
|
||||
.Sh AVAILABILITY
|
||||
You can obtain the latest version from
|
||||
.Lk https://www.gnu.org/software/libmicrohttpd/ Ns .
|
||||
.Sh BUGS
|
||||
Report bugs by using
|
||||
.Lk https://bugs.gnunet.org/set_project.php?project_id=10 "Mantis" Ns .
|
||||
Reference in New Issue
Block a user