| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Start a webserver on the given port.
OR-ed combination of MHD_FLAG values;
port to bind to;
callback to call to check which clients will be allowed to connect; you
can pass NULL in which case connections from any IP will be
accepted;
extra argument to apc;
default handler for all URIs;
extra argument to dh.
Additional arguments are a list of options (type-value pairs,
terminated with MHD_OPTION_END). It is mandatory to use
MHD_OPTION_END as last argument, even when there are no
additional arguments.
Return NULL on error, handle to daemon on success.
Shutdown an HTTP daemon.
Run webserver operations (without blocking unless in client callbacks).
This method should be called by clients in combination with
MHD_get_fdset() if the client-controlled select()
method is used.
Return MHD_YES on success, MHD_NO if this daemon was not
started with the right options for this call.
This document was generated by Christian Grothoff on May, 26 2008 using texi2html 1.78.