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 f05c24b commit f36d808Copy full SHA for f36d808
1 file changed
Sources/Networking/HTTPBody.swift
@@ -8,7 +8,7 @@
8
import Foundation
9
10
public enum HTTPBody {
11
- case urlEncoded(params: Params)
+ case urlEncoded(_ params: Params)
12
case json(_ encodable: Encodable)
13
case multipart(params: Params? = nil, parts:[MultipartData])
14
}
0 commit comments