#include <mtp_http.h>
Data Fields | |
enum http_status_code_e | http_status_code |
enum http_performative_e | http_performative |
char * | http_version |
char * | host |
char * | return_code |
char * | target |
char * | date |
char * | server |
char * | accept_ranges |
char * | content_length |
char * | connection |
char * | content_type |
char * | user_agent |
char * | cache_control |
char * | mime_version |
int | response_code |
char * | response_string |
int | message_parts |
char * | boundary |
struct mtp_http_content_s * | content |
int | header_length |
Definition at line 112 of file mtp_http.h.
Definition at line 123 of file mtp_http.h.
Referenced by mtp_http_Destroy().
char* mtp_http_s::boundary |
Definition at line 139 of file mtp_http.h.
Referenced by mtp_http_Destroy(), and mtp_http_Parse().
Definition at line 129 of file mtp_http.h.
Referenced by mtp_http_Destroy().
char* mtp_http_s::connection |
Definition at line 125 of file mtp_http.h.
Referenced by mtp_http_Destroy().
Definition at line 140 of file mtp_http.h.
Referenced by acc_connection_Thread(), MC_AclSend(), mtp_http_CreateMessage(), mtp_http_Destroy(), mtp_http_New(), and mtp_http_Parse().
Definition at line 124 of file mtp_http.h.
Referenced by mtp_http_Destroy(), mtp_http_InitializeFromConnection(), and mtp_http_Parse().
char* mtp_http_s::content_type |
Definition at line 126 of file mtp_http.h.
Referenced by mtp_http_Destroy(), and mtp_http_Parse().
char* mtp_http_s::date |
Definition at line 121 of file mtp_http.h.
Referenced by mtp_http_Destroy().
Definition at line 143 of file mtp_http.h.
Referenced by mtp_http_InitializeFromConnection(), and mtp_http_ParseHeader().
char* mtp_http_s::host |
Definition at line 117 of file mtp_http.h.
Referenced by MC_AclSend(), mtp_http_CreateMessage(), and mtp_http_Destroy().
Definition at line 115 of file mtp_http.h.
Referenced by acc_connection_Thread(), http_ParseRequest(), mtp_http_InitializeFromConnection(), and mtp_http_Parse().
Definition at line 114 of file mtp_http.h.
char* mtp_http_s::http_version |
Definition at line 116 of file mtp_http.h.
Referenced by mtp_http_Destroy().
Definition at line 138 of file mtp_http.h.
Referenced by acc_connection_Thread(), MC_AclSend(), mtp_http_CreateMessage(), mtp_http_Destroy(), and mtp_http_Parse().
char* mtp_http_s::mime_version |
Definition at line 130 of file mtp_http.h.
Referenced by mtp_http_Destroy().
Definition at line 133 of file mtp_http.h.
Referenced by http_ParseRequest().
Definition at line 134 of file mtp_http.h.
Referenced by http_ParseRequest(), and mtp_http_Destroy().
char* mtp_http_s::return_code |
Definition at line 118 of file mtp_http.h.
Referenced by mtp_http_Destroy().
char* mtp_http_s::server |
Definition at line 122 of file mtp_http.h.
Referenced by mtp_http_Destroy().
char* mtp_http_s::target |
Definition at line 119 of file mtp_http.h.
Referenced by acc_connection_Thread(), http_ParseRequest(), MC_AclSend(), mtp_http_CreateMessage(), and mtp_http_Destroy().
char* mtp_http_s::user_agent |
Definition at line 127 of file mtp_http.h.
Referenced by mtp_http_Destroy().