TuyaOS
成员变量
HTTP_INF_H_S结构体 参考

Definition of HTTP request/response structure 更多...

#include <http_inf.h>

成员变量

BOOL_T chunked
 
UINT_T content_len
 
PVOID_T hand
 
CHAR_T * p_decode_key
 
PVOID_T * pri_data
 
HTTP_DATA_RECV recv
 
INT_T status_code
 

详细描述

Definition of HTTP request/response structure

结构体成员变量说明

◆ chunked

BOOL_T HTTP_INF_H_S::chunked

chunk is enabled or not

◆ content_len

UINT_T HTTP_INF_H_S::content_len

if(chunked == FALSE) then valid

◆ hand

PVOID_T HTTP_INF_H_S::hand

http_session_t

◆ p_decode_key

CHAR_T* HTTP_INF_H_S::p_decode_key

decode key of HTTP response content

◆ pri_data

PVOID_T* HTTP_INF_H_S::pri_data

private data

◆ recv

HTTP_DATA_RECV HTTP_INF_H_S::recv

system auto fill

◆ status_code

INT_T HTTP_INF_H_S::status_code

status code of HTTP response


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