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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ Options
110
110
-`log: Bool` If `true` socket will log debug messages. Default is false.
111
111
-`sessionDelegate: NSURLSessionDelegate` Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.
112
112
-`path: String` - If the server uses a custom path. ex: `"/swift"`. Default is `""`
113
+
-`extraHeaders: [String: String]?` - Adds custom headers to the initial request. Default is nil.
0 commit comments