Add extraHeaders option to socket.io-client.ConnectOpts.

This commit is contained in:
Ushio Shugo
2016-11-16 17:07:03 +09:00
parent 96896fe428
commit 8a087da260

View File

@@ -611,6 +611,11 @@ declare namespace SocketIOClient {
*/
onlyBinaryUpgrades?: boolean;
/**
* Header options for Node.js client
*/
extraHeaders?: Object;
/**
* (SSL) Certificate, Private key and CA certificates to use for SSL.
* Can be used in Node.js client environment to manually specify