Definition at line 33 of file glovars.h.
Data Fields | |
| char * | tag |
| Tag, such as "/". | |
| int | partial |
| If 0, do strcmp(), else strncmp(partial). | |
| mihl_pf_handle_get_t * | pf_get |
| If not NULL, function to execute. | |
| mihl_pf_handle_post_t * | pf_post |
| If not NULL, function to execute. | |
| char * | filename |
| If not NULL, filename to send. | |
| char * | content_type |
| Content-type, such as "image/jpeg" or "text/javascript". | |
| int | close_connection |
| Should we close the connection after the operation ? | |
| void * | param |
| TBD. | |
| char* migl_handle::tag |
Tag, such as "/".
Definition at line 34 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), and mihl_handle_post().
If 0, do strcmp(), else strncmp(partial).
Definition at line 35 of file glovars.h.
Referenced by mihl_handle_file(), mihl_handle_get(), and mihl_handle_post().
If not NULL, function to execute.
Definition at line 36 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), and mihl_handle_post().
If not NULL, function to execute.
Definition at line 37 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), and mihl_handle_post().
| char* migl_handle::filename |
If not NULL, filename to send.
Definition at line 38 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), and mihl_handle_post().
Content-type, such as "image/jpeg" or "text/javascript".
Definition at line 39 of file glovars.h.
Referenced by mihl_handle_file(), and mihl_handle_post().
Should we close the connection after the operation ?
Definition at line 40 of file glovars.h.
Referenced by mihl_handle_file(), and mihl_handle_post().
| void* migl_handle::param |
1.5.6