Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | body_length |
struct ast_flags | flags |
int body_length |
Body length or -1 if chunked. Valid if HTTP_FLAG_HAS_BODY is TRUE.
Definition at line 451 of file http.c.
Referenced by ast_http_body_discard(), ast_http_get_contents(), and http_request_tracking_setup().
struct ast_flags flags |
HTTP body tracking flags
Definition at line 453 of file http.c.
Referenced by ast_http_body_discard(), ast_http_body_read_status(), ast_http_get_contents(), ast_http_request_close_on_completion(), ast_http_send(), http_request_tracking_init(), http_request_tracking_setup(), and httpd_process_request().