update readme

This commit is contained in:
Erik 2015-04-17 07:56:59 -04:00
parent 8b05f922a6
commit 54aac236b8

View File

@ -92,6 +92,7 @@ Options
- `nsp: String` Default is `"/"`
- `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.
- `sessionDelegate: NSURLSessionDelegate` Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.
Methods
-------