libUPnP
1.6.17
|
Data Fields | |
int | initialized |
http_method_t | method |
uri_type | uri |
http_method_t | request_method |
int | status_code |
membuffer | status_msg |
size_t | amount_discarded |
int | is_request |
int | major_version |
int | minor_version |
LinkedList | headers |
memptr | entity |
membuffer | msg |
char * | urlbuf |
response only. the amount of data that's been read by the user, that's no longer in the raw message buffer.
message body(entity).
Referenced by gena_process_notification_event(), http_RecvPostMessage(), and soap_device_callback().
Referenced by CheckOtherHTTPHeaders().
if TRUE, msg is a request, else response.
Referenced by ssdp_handle_ctrlpt_msg().
http_method_t http_message_t::method |
request only.
Referenced by get_request_type(), process_request(), ssdp_event_handler_thread(), start_event_handler(), and valid_ssdp_msg().
entire raw message.
Referenced by gena_process_notification_event(), http_RecvPostMessage(), and readFromSSDPSocket().
http_method_t http_message_t::request_method |
response only.
Referenced by ssdp_event_handler_thread(), and valid_ssdp_msg().
response only.
Referenced by gena_subscribe(), genaNotify(), http_OpenHttpGetProxy(), and ssdp_handle_ctrlpt_msg().
response only.
request only.
Referenced by gena_process_subscription_renewal_request(), gena_process_subscription_request(), gena_process_unsubscribe_request(), get_device_info(), process_request(), and valid_ssdp_msg().
char* http_message_t::urlbuf |
storage for url string.