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
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ Options
121
121
-`sessionDelegate: NSURLSessionDelegate` Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.
122
122
-`path: String` - If the server uses a custom path. ex: `"/swift"`. Default is `""`
123
123
-`extraHeaders: [String: String]?` - Adds custom headers to the initial request. Default is nil.
124
+
-`handleQueue: dispatch_queue_t` - The dispatch queue that handlers are run on. Default is the main queue.
0 commit comments