|
TuyaOS
|
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
| BOOL_T HTTP_INF_H_S::chunked |
chunk is enabled or not
| UINT_T HTTP_INF_H_S::content_len |
if(chunked == FALSE) then valid
| PVOID_T HTTP_INF_H_S::hand |
http_session_t
| CHAR_T* HTTP_INF_H_S::p_decode_key |
decode key of HTTP response content
| PVOID_T* HTTP_INF_H_S::pri_data |
private data
| HTTP_DATA_RECV HTTP_INF_H_S::recv |
system auto fill
| INT_T HTTP_INF_H_S::status_code |
status code of HTTP response