acl
3.5.3.0
|
#include <lib_http_util.h>
Public 属性 | |
HTTP_HDR_REQ * | hdr_req |
HTTP_HDR_RES * | hdr_res |
HTTP_RES * | http_res |
char | server_addr [256] |
ACL_VSTREAM * | stream |
int | conn_timeout |
int | rw_timeout |
ACL_VSTRING * | req_buf |
int | res_body_dlen |
ACL_VSTREAM * | dump_stream |
unsigned int | flag |
在文件 lib_http_util.h 第 10 行定义.
int HTTP_UTIL::conn_timeout |
连接 HTTP 服务器的超时时间
在文件 lib_http_util.h 第 16 行定义.
ACL_VSTREAM* HTTP_UTIL::dump_stream |
转储接收数据的流
在文件 lib_http_util.h 第 20 行定义.
unsigned int HTTP_UTIL::flag |
标志位
在文件 lib_http_util.h 第 21 行定义.
HTTP_HDR_REQ* HTTP_UTIL::hdr_req |
HTTP 请求头
在文件 lib_http_util.h 第 11 行定义.
HTTP_HDR_RES* HTTP_UTIL::hdr_res |
HTTP 响应头
在文件 lib_http_util.h 第 12 行定义.
HTTP_RES* HTTP_UTIL::http_res |
HTTP 响应体
在文件 lib_http_util.h 第 13 行定义.
ACL_VSTRING* HTTP_UTIL::req_buf |
缓冲区
在文件 lib_http_util.h 第 18 行定义.
int HTTP_UTIL::res_body_dlen |
HTTP 响应数据体的长度
在文件 lib_http_util.h 第 19 行定义.
int HTTP_UTIL::rw_timeout |
与 HTTP 服务器通信时每次 IO 的超时时间
在文件 lib_http_util.h 第 17 行定义.
char HTTP_UTIL::server_addr[256] |
远程 HTTP 服务器地址
在文件 lib_http_util.h 第 14 行定义.
ACL_VSTREAM* HTTP_UTIL::stream |
与 HTTP 服务器建立的网络流
在文件 lib_http_util.h 第 15 行定义.