#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 114 of file mtp_http.h.
Definition at line 115 of file mtp_http.h.
Referenced by acc_Thread(), http_ParseRequest(), and mtp_http_Parse().
char* mtp_http_s::http_version |
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().
char* mtp_http_s::return_code |
char* mtp_http_s::target |
Definition at line 119 of file mtp_http.h.
Referenced by acc_Thread(), http_ParseRequest(), MC_AclSend(), mtp_http_CreateMessage(), and mtp_http_Destroy().
char* mtp_http_s::date |
char* mtp_http_s::server |
Definition at line 124 of file mtp_http.h.
Referenced by mtp_http_Destroy(), and mtp_http_InitializeFromConnection().
char* mtp_http_s::connection |
char* mtp_http_s::content_type |
char* mtp_http_s::user_agent |
Definition at line 129 of file mtp_http.h.
char* mtp_http_s::mime_version |
Definition at line 130 of file mtp_http.h.
Definition at line 138 of file mtp_http.h.
Referenced by acc_Thread(), MC_AclSend(), mtp_http_CreateMessage(), mtp_http_Destroy(), and mtp_http_Parse().
char* mtp_http_s::boundary |
struct mtp_http_content_s* mtp_http_s::content [read] |
Definition at line 140 of file mtp_http.h.
Referenced by acc_Thread(), MC_AclSend(), mtp_http_CreateMessage(), mtp_http_Destroy(), mtp_http_New(), and mtp_http_Parse().
Definition at line 143 of file mtp_http.h.
Referenced by mtp_http_InitializeFromConnection(), and mtp_http_ParseHeader().