We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf1ba0 commit e3a0ee3Copy full SHA for e3a0ee3
RxHttpClient/HttpClient.swift
@@ -18,6 +18,8 @@ public final class HttpClient {
18
- parameter sessionConfiguration: NSURLSessionConfiguration that will be used to create NSURLSession
19
(this session will be canceled while deiniting of HttpClient)
20
- parameter urlRequestCacheProvider: Cache provider that will be used for caching requests
21
+ - parameter requestPlugin: Plugin for HttpClient
22
+ - parameter sessionDelegate: Delegate for UrlSession
23
*/
24
public init(sessionConfiguration: URLSessionConfiguration = URLSessionConfiguration.default,
25
urlRequestCacheProvider: UrlRequestCacheProviderType? = nil,
0 commit comments