TuyaOS
|
The HTTP session's Request structure 更多...
#include <http_manager.h>
成员变量 | |
http_hdr_field_sel_t | flags |
BOOL_T | is_persistent |
http_req_t | req |
http_session_t | s |
E_HTTP_SESSION_STATE | state |
CHAR_T | url [256] |
The HTTP session's Request structure
http_hdr_field_sel_t S_HTTP_SESSION::flags |
hdr field flags
BOOL_T S_HTTP_SESSION::is_persistent |
persistent or not
http_req_t S_HTTP_SESSION::req |
http request
http_session_t S_HTTP_SESSION::s |
internal HTTP session
E_HTTP_SESSION_STATE S_HTTP_SESSION::state |
session state, please refer to enum E_HTTP_SESSION_STATE
CHAR_T S_HTTP_SESSION::url[256] |
url content