
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_root_post (mihl_cnx_t *cnx, char const *tag, char const *host, int nb_variables, char **vars_names, char **vars_values, 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_2.c.
References mihl_add(), and mihl_send().
Referenced by main().


| int http_root_post | ( | mihl_cnx_t * | cnx, | |
| char const * | tag, | |||
| char const * | host, | |||
| int | nb_variables, | |||
| char ** | vars_names, | |||
| char ** | vars_values, | |||
| void * | param | |||
| ) |
TBD.
myname1=AAA&myname2=BBB&myname3=CCC] myname1=A+++B+C&myname2=HELLO&myname3=BONJOUR2BMONDE]
| cnx | opaque context structure as returned by mihl_init() | |
| tag | TBD | |
| host | TBD | |
| nb_variables | TBD | |
| vars_names | TBD | |
| vars_values | TBD | |
| param | TBD |
Definition at line 105 of file example_2.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 130 of file example_2.c.
References help(), http_root(), http_root_post(), mihl_handle_file(), mihl_handle_get(), mihl_handle_post(), mihl_init(), MIHL_LOG_ERROR, MIHL_LOG_INFO, MIHL_LOG_INFO_VERBOSE, MIHL_LOG_WARNING, mihl_server(), and peek_key().

1.5.6