int coap_ws_is_supported(void)
Check whether WebSockets is available.
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.
int coap_wss_is_supported(void)
Check whether Secure WebSockets is available.
Abstraction of virtual session that can be attached to coap_context_t (client) or coap_endpoint_t (se...
CoAP string data definition with const data.