Parse http GET or POST variables, returning a list.
http_vars(socket, header)
An open client socket connection.
An http header.
A list, possibly NULL, containing the named parsed variables.
Parse http GET or POST variables, returning a list. This function
is designed to be used within the static
webpage callback described
in create_server
. This function does not work properly yet with POST
messages. If you really need to use POST, use a better web service than
this or contribute proper POST handling to this package.
createContext
create_server
static_file_service
static_text_service