|
TuyaOS
|
The HTTP session manager structure. 更多...
#include <http_manager.h>

The HTTP session manager structure.
| FUNC_HTTP_SESSION_CREATE S_HTTP_MANAGER::create_http_session |
handler to create HTTP session
| FUNC_HTTP_SESSION_CREATE_TLS S_HTTP_MANAGER::create_http_session_tls |
handler to create HTTPS session with TLS config
| FUNC_HTTP_SESSION_DESTORY S_HTTP_MANAGER::destory_http_session |
handler to destroy HTTP session
| BOOL_T S_HTTP_MANAGER::inited |
session manager inited or not
| MUTEX_HANDLE S_HTTP_MANAGER::mutex |
exclusive access to session resources
| FUNC_HTTP_SESSION_RECEIVE_DATA S_HTTP_MANAGER::receive_http_data |
handler to recv response content from HTTP session
| FUNC_HTTP_SESSION_RECEIVE S_HTTP_MANAGER::receive_http_response |
handler to recv response header from HTTP session
| FUNC_HTTP_SESSION_SEND S_HTTP_MANAGER::send_http_request |
handler to send HTTP session request
| S_HTTP_SESSION* S_HTTP_MANAGER::session[16] |
session resources