物联网操作系统AliOS Things 3.3 |
This structure defines the HTTP data structure.
更多...
#include <httpclient.h>
成员变量 | |
| bool | is_more |
| bool | is_chunked |
| int | retrieve_len |
| int | response_content_len |
| int | content_block_len |
| int | post_buf_len |
| int | response_buf_len |
| int | header_buf_len |
| char * | post_content_type |
| char * | post_buf |
| char * | response_buf |
| char * | header_buf |
| bool | is_redirected |
| char * | redirect_url |
This structure defines the HTTP data structure.
在文件 httpclient.h 第 68 行定义.