mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Added set_extra_headers() to WebSocketServer
This commit is contained in:
parent
c896ba8c8c
commit
fd4341fba4
7 changed files with 25 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue