|
IoTivity-Lite
|
request information structure More...
#include <oc_ri.h>
Data Fields | |
| const uint8_t * | _payload |
| payload of the request More... | |
| size_t | _payload_len |
| payload size More... | |
| oc_content_format_t | accept |
| accept header More... | |
| oc_content_format_t | content_format |
| content format (of the payload in the request) More... | |
| const uint8_t * | etag |
| uint8_t | etag_len |
| oc_method_t | method |
| method of the request More... | |
| const oc_endpoint_t * | origin |
| origin of the request More... | |
| const char * | query |
| query (as string) More... | |
| size_t | query_len |
| query length More... | |
| oc_rep_t * | request_payload |
| request payload structure More... | |
| oc_resource_t * | resource |
| resource structure More... | |
| oc_response_t * | response |
| pointer to the response More... | |
request information structure
| const uint8_t* _payload |
payload of the request
| size_t _payload_len |
payload size
| oc_content_format_t accept |
accept header
| oc_content_format_t content_format |
content format (of the payload in the request)
| oc_method_t method |
method of the request
| const oc_endpoint_t* origin |
origin of the request
| const char* query |
query (as string)
| size_t query_len |
query length
| oc_rep_t* request_payload |
request payload structure
| oc_resource_t* resource |
resource structure
| oc_response_t* response |
pointer to the response