#include <websocket-http-client.h>
Data Fields | |
struct uip_conn * | conn |
char | file [WEBSOCKET_CONF_MAX_URLLEN] |
uint16_t | getrequestleft |
uint16_t | getrequestptr |
char | host [WEBSOCKET_CONF_MAX_URLLEN] |
uint8_t | httpflag |
uint8_t | inputbuf [WEBSOCKET_HTTP_CLIENT_BUFSIZE] |
uint16_t | inputbufptr |
char | mimetype [32] |
uint8_t | outputbuf [WEBSOCKET_HTTP_CLIENT_BUFSIZE] |
uint16_t | outputbuf_sendnext |
uint16_t | outputbufptr |
uint16_t | port |
uint8_t | state |
char | subprotocol [WEBSOCKET_CONF_MAX_SUBPROTOLEN] |
uint8_t | timer |
struct uip_conn* websocket_http_client_state::conn |
Referenced by websocket_http_client_get(), and websocket_http_client_send().
char websocket_http_client_state::file[WEBSOCKET_CONF_MAX_URLLEN] |
uint16_t websocket_http_client_state::getrequestleft |
Referenced by acked(), init_connection(), and senddata().
uint16_t websocket_http_client_state::getrequestptr |
Referenced by acked(), init_connection(), and senddata().
char websocket_http_client_state::host[WEBSOCKET_CONF_MAX_URLLEN] |
uint8_t websocket_http_client_state::httpflag |
Referenced by newdata(), parse_statusline(), and websocket_http_client_appcall().
uint8_t websocket_http_client_state::inputbuf[WEBSOCKET_HTTP_CLIENT_BUFSIZE] |
Referenced by parse_headers(), and parse_statusline().
uint16_t websocket_http_client_state::inputbufptr |
Referenced by init_connection(), parse_headers(), and parse_statusline().
char websocket_http_client_state::mimetype[32] |
Referenced by parse_headers(), and websocket_http_client_mimetype().
uint8_t websocket_http_client_state::outputbuf[WEBSOCKET_HTTP_CLIENT_BUFSIZE] |
Referenced by acked(), senddata(), websocket_http_client_send(), and websocket_http_client_sendbuflen().
uint16_t websocket_http_client_state::outputbuf_sendnext |
Referenced by acked(), senddata(), and websocket_http_client_appcall().
uint16_t websocket_http_client_state::outputbufptr |
uint16_t websocket_http_client_state::port |
uint8_t websocket_http_client_state::state |
char websocket_http_client_state::subprotocol[WEBSOCKET_CONF_MAX_SUBPROTOLEN] |
Referenced by init_connection(), senddata(), websocket_http_client_appcall(), and websocket_http_client_get().
uint8_t websocket_http_client_state::timer |
Referenced by websocket_http_client_appcall().