Added set_extra_headers() to WebSocketServer

This commit is contained in:
Oğuzhan Eroğlu 2022-04-12 17:50:53 +03:00
parent c896ba8c8c
commit fd4341fba4
7 changed files with 25 additions and 3 deletions

View file

@ -33,6 +33,9 @@
#include "emws_server.h"
#include "core/os/os.h"
void EMWSServer::set_extra_headers(const Vector<String> &p_headers) {
}
Error EMWSServer::listen(int p_port, Vector<String> p_protocols, bool gd_mp_api) {
return FAILED;
}