You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ case Cookies([NSHTTPCookie]) // An array of NSHTTPCookies. Passed during the han
158
158
caseLog(Bool) // If `true` socket will log debug messages. Default is false.
159
159
caseLogger(SocketLogger) // Custom logger that conforms to SocketLogger. Will use the default logging otherwise.
160
160
caseSessionDelegate(NSURLSessionDelegate) // Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.
161
-
casePath(String) // If the server uses a custom path. ex: `"/swift"`. Default is `""`
161
+
casePath(String) // If the server uses a custom path. ex: `"/swift/"`. Default is `""`
162
162
caseExtraHeaders([String:String]) // Adds custom headers to the initial request. Default is nil.
163
163
caseHandleQueue(dispatch_queue_t) // The dispatch queue that handlers are run on. Default is the main queue.
164
164
caseVoipEnabled(Bool) // Only use this option if you're using the client with VoIP services. Changes the way the WebSocket is created. Default is false
0 commit comments