From 9633bea0184b474c77b8a2069a251979dc89dd2b Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 29 Oct 2015 18:36:29 -0400 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d075b83..21456d2 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ case Path(String) // If the server uses a custom path. ex: `"/swift"`. Default i case ExtraHeaders([String: String]) // Adds custom headers to the initial request. Default is nil. case HandleQueue(dispatch_queue_t) // The dispatch queue that handlers are run on. Default is the main queue. case VoipEnabled(Bool) // Only use this option if you're using the client with VoIP services. Changes the way the WebSocket is created. Default is false +case Secure(Bool) // If the connection should use TLS. Default is false. ``` Methods -------