acl
3.5.3.0
|
#include <lib_http_struct.h>
Public 属性 | |
HTTP_HDR_REQ * | hdr_req |
int | status |
unsigned int | flag |
void * | ctx |
void(* | free_ctx )(void *) |
void* HTTP_REQ::ctx |
在文件 lib_http_struct.h 第 95 行定义.
unsigned int HTTP_REQ::flag |
defined as: HTTP_CHAT_FLAG_XXX
在文件 lib_http_struct.h 第 94 行定义.
void(* HTTP_REQ::free_ctx) (void *) |
在文件 lib_http_struct.h 第 96 行定义.
HTTP_HDR_REQ* HTTP_REQ::hdr_req |
与 client 相关
在文件 lib_http_struct.h 第 92 行定义.
int HTTP_REQ::status |
是否出错, defined above: HTTP_STATUS_
在文件 lib_http_struct.h 第 93 行定义.