update README

This commit is contained in:
Erik 2015-04-11 21:01:02 -04:00
parent 69339cbb65
commit 96fd2deb51

View File

@ -91,6 +91,7 @@ Options
- `forceWebsockets: Bool` Default is `false`. `true` forces the client to use WebSockets. - `forceWebsockets: Bool` Default is `false`. `true` forces the client to use WebSockets.
- `nsp: String` Default is `"/"` - `nsp: String` Default is `"/"`
- `cookies: [NSHTTPCookie]?` An array of NSHTTPCookies. Passed during the handshake. Default is nil. - `cookies: [NSHTTPCookie]?` An array of NSHTTPCookies. Passed during the handshake. Default is nil.
- `log: Bool` If `true` socket will log debug messages. Default is false.
Methods Methods
------- -------