Skip to content

Commit e3a0ee3

Browse files
committed
Update initializer documentation
1 parent faf1ba0 commit e3a0ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RxHttpClient/HttpClient.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public final class HttpClient {
1818
- parameter sessionConfiguration: NSURLSessionConfiguration that will be used to create NSURLSession
1919
(this session will be canceled while deiniting of HttpClient)
2020
- parameter urlRequestCacheProvider: Cache provider that will be used for caching requests
21+
- parameter requestPlugin: Plugin for HttpClient
22+
- parameter sessionDelegate: Delegate for UrlSession
2123
*/
2224
public init(sessionConfiguration: URLSessionConfiguration = URLSessionConfiguration.default,
2325
urlRequestCacheProvider: UrlRequestCacheProviderType? = nil,

0 commit comments

Comments
 (0)