Issue 5: Added support for custom headers

This commit is contained in:
JCash
2020-10-17 12:26:20 +02:00
parent b54e3e07ad
commit 78d527d3a8
4 changed files with 35 additions and 8 deletions

View File

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