libcoap 4.3.5-develop-19cef11
|
CoAP WebSocket handling functions. More...
#include "coap3/coap_libcoap_build.h"
Go to the source code of this file.
Functions | |
int | coap_ws_is_supported (void) |
Check whether WebSockets is available. More... | |
int | coap_wss_is_supported (void) |
Check whether Secure WebSockets is available. More... | |
int | coap_ws_set_host_request (coap_session_t *session, coap_str_const_t *ws_host) |
Set the host for the HTTP Host: Header in the WebSockets Request. More... | |
CoAP WebSocket handling functions.
Definition in file coap_ws.c.