REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
websockets.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5
6namespace web {
7
12 std::string websocketsHandshakeEncodeKey(const char* key);
13}
Definition assets.h:11
std::string websocketsHandshakeEncodeKey(const char *key)
Compute the websocket handshake key stuff, cf.