acl  3.5.3.0
HTTP_REQ结构体 参考

#include <lib_http_struct.h>

+ HTTP_REQ 的协作图:

Public 属性

HTTP_HDR_REQhdr_req
 
int status
 
unsigned int flag
 
void * ctx
 
void(* free_ctx )(void *)
 

详细描述

类成员变量说明

◆ ctx

void* HTTP_REQ::ctx

在文件 lib_http_struct.h95 行定义.

◆ flag

unsigned int HTTP_REQ::flag

defined as: HTTP_CHAT_FLAG_XXX

在文件 lib_http_struct.h94 行定义.

◆ free_ctx

void(* HTTP_REQ::free_ctx) (void *)

在文件 lib_http_struct.h96 行定义.

◆ hdr_req

HTTP_HDR_REQ* HTTP_REQ::hdr_req

与 client 相关

在文件 lib_http_struct.h92 行定义.

◆ status

int HTTP_REQ::status

是否出错, defined above: HTTP_STATUS_

在文件 lib_http_struct.h93 行定义.


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