diff --git a/README.md b/README.md index d4d2027..1765a75 100644 --- a/README.md +++ b/README.md @@ -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 -------