acl  3.5.3.0
HTTP_RES结构体 参考

#include <lib_http_struct.h>

+ HTTP_RES 的协作图:

Public 属性

HTTP_HDR_REShdr_res
 
int read_cnt
 
int status
 
unsigned int flag
 
void * ctx
 
void(* free_ctx )(void *)
 

详细描述

类成员变量说明

◆ ctx

void* HTTP_RES::ctx

在文件 lib_http_struct.h104 行定义.

◆ flag

unsigned int HTTP_RES::flag

defined as: HTTP_CHAT_FLAG_XXX

在文件 lib_http_struct.h103 行定义.

◆ free_ctx

void(* HTTP_RES::free_ctx) (void *)

在文件 lib_http_struct.h105 行定义.

◆ hdr_res

HTTP_HDR_RES* HTTP_RES::hdr_res

与 client 相关

在文件 lib_http_struct.h100 行定义.

◆ read_cnt

int HTTP_RES::read_cnt

在文件 lib_http_struct.h101 行定义.

◆ status

int HTTP_RES::status

是否出错, defined above: HTTP_STATUS_

在文件 lib_http_struct.h102 行定义.


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