1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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;
}