You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Added set_extra_headers() to WebSocketServer
(cherry picked from commit fd4341fba4)
This commit is contained in:
committed by
Rémi Verschelde
parent
b0b1e55305
commit
ebaca9d432
@@ -52,6 +52,7 @@ protected:
|
||||
|
||||
public:
|
||||
virtual void poll() = 0;
|
||||
virtual void set_extra_headers(const Vector<String> &p_headers) = 0;
|
||||
virtual Error listen(int p_port, const Vector<String> p_protocols = Vector<String>(), bool gd_mp_api = false) = 0;
|
||||
virtual void stop() = 0;
|
||||
virtual bool is_listening() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user