httpclient_data_t结构体 参考

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.h72 行定义.


该结构体的文档由以下文件生成: