update README

This commit is contained in:
Erik 2015-10-29 18:36:29 -04:00
parent d808ae18d2
commit 9633bea018

View File

@ -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 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 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 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 Methods
------- -------