
Go to the source code of this file.
Functions | |
| int | http_root (mihl_cnx_t *cnx, char const *tag, char const *host, void *param) |
| TBD. | |
| int | http_data (mihl_cnx_t *cnx, char const *tag, char const *host, void *param) |
| TBD. | |
| int | main (int argc, char *argv[]) |
| Program entry point. | |
| int http_root | ( | mihl_cnx_t * | cnx, | |
| char const * | tag, | |||
| char const * | host, | |||
| void * | param | |||
| ) |
TBD.
| cnx | opaque context structure as returned by mihl_init() | |
| tag | TBD | |
| host | TBD | |
| param | TBD |
Definition at line 37 of file example_3.c.
References mihl_add(), and mihl_send().
Referenced by main().


| int http_data | ( | mihl_cnx_t * | cnx, | |
| char const * | tag, | |||
| char const * | host, | |||
| void * | param | |||
| ) |
TBD.
| cnx | opaque context structure as returned by mihl_init() | |
| tag | TBD | |
| host | TBD | |
| param | TBD |
Definition at line 146 of file example_3.c.
References mihl_add(), and mihl_send().
Referenced by main().


| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Program entry point.
| argc | Number of arguments | |
| argv | Arguments given on the command line |
Definition at line 164 of file example_3.c.
References help(), http_data(), http_root(), mihl_handle_file(), mihl_handle_get(), mihl_init(), MIHL_LOG_ERROR, MIHL_LOG_INFO, MIHL_LOG_INFO_VERBOSE, MIHL_LOG_WARNING, mihl_server(), and peek_key().

1.5.6