Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
WebSocketManager.cpp File Reference
#include "WebSocketManager.h"
#include "WebSocket.h"
#include "WebSocketV13.h"
#include "WebSocketV8.h"
#include "utils/HttpParser.h"
#include "utils/HttpResponse.h"
#include "utils/log.h"
#include <string>

Macros

#define WS_HTTP_METHOD   "GET"
 
#define WS_HTTP_TAG   "HTTP/"
 
#define WS_SUPPORTED_VERSIONS   "8, 13"
 
#define WS_HEADER_VERSION   "Sec-WebSocket-Version"
 
#define WS_HEADER_VERSION_LC   "sec-websocket-version"
 

Macro Definition Documentation

◆ WS_HEADER_VERSION

#define WS_HEADER_VERSION   "Sec-WebSocket-Version"

◆ WS_HEADER_VERSION_LC

#define WS_HEADER_VERSION_LC   "sec-websocket-version"

◆ WS_HTTP_METHOD

#define WS_HTTP_METHOD   "GET"

◆ WS_HTTP_TAG

#define WS_HTTP_TAG   "HTTP/"

◆ WS_SUPPORTED_VERSIONS

#define WS_SUPPORTED_VERSIONS   "8, 13"