acl
3.5.3.0
|
#include <lib_http_struct.h>
Public 属性 | |
char | proto [8] |
struct { | |
unsigned int major | |
unsigned int minor | |
} | version |
http_off_t | content_length |
char | keep_alive |
char | chunked |
short | cur_lines |
short | max_lines |
short | valid_lines |
short | status |
short | keep_alive_count |
ACL_ARRAY * | entry_lnk |
void * | chat_ctx |
void(* | chat_free_ctx_fn )(void *) |
char | debug |
void* HTTP_HDR::chat_ctx |
在文件 lib_http_struct.h 第 139 行定义.
void(* HTTP_HDR::chat_free_ctx_fn) (void *) |
在文件 lib_http_struct.h 第 140 行定义.
char HTTP_HDR::chunked |
在文件 lib_http_struct.h 第 129 行定义.
http_off_t HTTP_HDR::content_length |
HTTP协议体数据长度 是否保持长连接: 0 -> 不保持,> 0 -> 保持,< 0 -> 没有该字段
在文件 lib_http_struct.h 第 125 行定义.
short HTTP_HDR::cur_lines |
在文件 lib_http_struct.h 第 132 行定义.
char HTTP_HDR::debug |
调试信息头的标志位
在文件 lib_http_struct.h 第 142 行定义.
ACL_ARRAY* HTTP_HDR::entry_lnk |
存储着 HTTP_HDR_ENTRY 类型的元素
在文件 lib_http_struct.h 第 138 行定义.
char HTTP_HDR::keep_alive |
在文件 lib_http_struct.h 第 128 行定义.
short HTTP_HDR::keep_alive_count |
处理次数
在文件 lib_http_struct.h 第 136 行定义.
unsigned int HTTP_HDR::major |
主版本号
在文件 lib_http_struct.h 第 121 行定义.
short HTTP_HDR::max_lines |
在文件 lib_http_struct.h 第 133 行定义.
unsigned int HTTP_HDR::minor |
次版本号
在文件 lib_http_struct.h 第 122 行定义.
char HTTP_HDR::proto[8] |
支持的协议: HTTP
在文件 lib_http_struct.h 第 119 行定义.
short HTTP_HDR::status |
在文件 lib_http_struct.h 第 135 行定义.
short HTTP_HDR::valid_lines |
在文件 lib_http_struct.h 第 134 行定义.
struct { ... } HTTP_HDR::version |