Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Data Fields | |
struct ast_json * | body |
char * | content_type |
enum ast_http_method | method |
struct ast_variable * | query_strings |
char * | request_id |
char * | request_type |
char * | transaction_id |
char * | uri |
Definition at line 26 of file ari_websocket_requests.c.
struct ast_json* body |
Definition at line 34 of file ari_websocket_requests.c.
Referenced by parse_rest_request_msg().
char* content_type |
Definition at line 32 of file ari_websocket_requests.c.
enum ast_http_method method |
Definition at line 30 of file ari_websocket_requests.c.
struct ast_variable* query_strings |
Definition at line 33 of file ari_websocket_requests.c.
char* request_id |
Definition at line 29 of file ari_websocket_requests.c.
char* request_type |
Definition at line 27 of file ari_websocket_requests.c.
char* transaction_id |
Definition at line 28 of file ari_websocket_requests.c.
char* uri |
Definition at line 31 of file ari_websocket_requests.c.