Definition at line 58 of file glovars.h.
Data Fields | |
mihl_ctx_t * | ctx |
Mihsl context pointer. | |
int | active |
Is this connexion active ? | |
SOCKET | sockfd |
Socked (as returned by accept). | |
mihl_cnxinfo_t | info |
Exporteable information. | |
int | keep_alive |
'Keep-Alive:' | |
int | is_keep_alive |
'Connection:' | |
char * | authorization |
'Authorization:' | |
char * | html_buffer |
HTML output buffer (mihl_add, mihl_send). | |
int | html_buffer_len |
Current length. | |
int | html_buffer_sz |
Length allocated (8K increment). |
Mihsl context pointer.
Definition at line 59 of file glovars.h.
Referenced by mihl_get_ctx(), mihl_init(), and send_file().
int mihl_cnx::active |
Is this connexion active ?
Definition at line 60 of file glovars.h.
Referenced by mihl_dump_info(), mihl_info(), and mihl_init().
Socked (as returned by accept).
Definition at line 61 of file glovars.h.
Referenced by mihl_dump_info(), mihl_send(), and send_file().
Exporteable information.
Definition at line 62 of file glovars.h.
Referenced by decode_keys_values(), mihl_dump_info(), and mihl_info().
char* mihl_cnx::authorization |
'Authorization:'
Definition at line 65 of file glovars.h.
Referenced by decode_keys_values(), and mihl_authorization().
char* mihl_cnx::html_buffer |
HTML output buffer (mihl_add, mihl_send).
Definition at line 66 of file glovars.h.
Referenced by mihl_add(), and mihl_send().