From 54aac236b83876008662b17fb8370a9fd1deb66e Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 17 Apr 2015 07:56:59 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -------