mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-17 09:12:05 +02:00
custom http header validation implementation; minor comment fixes
This commit is contained in:
@ -128,7 +128,6 @@ void WebSocketsServer::onEvent(WebSocketServerEvent cbEvent) {
|
||||
|
||||
/*
|
||||
* Sets the custom http header validator function
|
||||
* If this functionality is being used, call this function prior to calling WebSocketsServer::begin
|
||||
* @param httpHeaderValidationFunc WebSocketServerHttpHeaderValFunc ///< pointer to the custom http header validation function
|
||||
* @param mandatoryHttpHeaders const char* ///< the array of named http headers considered to be mandatory / must be present in order for websocket upgrade to succeed
|
||||
*/
|
||||
|
Reference in New Issue
Block a user