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 6c48657 commit 5af0479Copy full SHA for 5af0479
Source/URLRequest+Init.swift
@@ -31,7 +31,7 @@ extension URLRequest {
31
/// - path: path to the resource.
32
/// - baseURL: the base url of the resource.
33
/// - HTTPMethod: the HTTP method for the request. Defaults to `.GET`
34
- /// - parameters: url parameters for the request. Defaults to empty dictionary
+ /// - parameters: url parameters for the request. Defaults to `nil`
35
/// - body: body data payload. Defaults to `nil`
36
/// - allHTTPHeaderFields: HTTP request header fields. Defaults to `nil`
37
///
0 commit comments