coap_websockets - Man Page
Work with CoAP WebSockets
Synopsis
#include <coap3/coap.h>
int coap_ws_set_host_request(coap_session_t *session, coap_str_const_t *ws_host);
Description
This man page describes the additional libcoap functions that are available for working with the optional WebSockets support.
CoAP Servers can be set up to listen for incoming WebSockets requests, and CoAP Clients can initiate WebSockets requests using the CoAP schemes coap_ws:// and coaps+ws://.
Functions
Function: coap_ws_set_host_request()
The coap_ws_set_host_request() function is used to set ws_host as the HTTP Host: for the session in a WebSockets request.
Return Values
coap_ws_set_host_request() returns 1 if successful, else 0 if a failure.
See Also
Further Information
See
"RFC7252: The Constrained Application Protocol (CoAP)"
"RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets"
for further information.
Bugs
Please raise an issue on GitHub at https://github.com/obgm/libcoap/issues to report any bugs.
Please raise a Pull Request at https://github.com/obgm/libcoap/pulls for any fixes.
Authors
The libcoap project <libcoap-developers@lists.sourceforge.net>
Referenced By
The man page coap_ws_set_host_request(3) is an alias of coap_websockets(3).