mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-30 09:12:18 +02:00
Issue 5: Added support for custom headers
This commit is contained in:
@@ -91,6 +91,7 @@ namespace dmWebsocket
|
||||
dmArray<Message> m_Messages; // lengths of the messages in the data buffer
|
||||
uint64_t m_ConnectTimeout;
|
||||
uint8_t m_Key[16];
|
||||
const char* m_CustomHeaders;
|
||||
State m_State;
|
||||
char* m_Buffer;
|
||||
int m_BufferSize;
|
||||
|
Reference in New Issue
Block a user