web_socket_auth.h
WebSocket API (client and server)
error_t webSocketParseAuthenticateField(WebSocket *webSocket, char_t *value)
Parse WWW-Authenticate header field.
Definition: web_socket_auth.c:55
size_t webSocketAddAuthorizationField(WebSocket *webSocket, char_t *output)
Format Authorization header field.
Definition: web_socket_auth.c:171
TCP/IP stack core.
void webSocketConvertArrayToHexString(const uint8_t *input, size_t inputLen, char_t *output)
Convert byte array to hex string.
Definition: web_socket_auth.c:314