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
+3-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,9 @@ var path: String
154
154
var parameters: [String: AnyObject]
155
155
```
156
156
157
-
`parameters` will be converted into query parameter if `method` is one of `.GET`, `.HEAD` and `.DELETE`. Otherwise, it will be serialized by `requestBodyBuilder` and set to `HTTPBody` of `NSURLRequest`.
157
+
`parameters` will be converted into query parameter if `method` is one of `.GET`, `.HEAD` and `.DELETE`.
158
+
Otherwise, it will be serialized by `requestBodyBuilder` and set to `HTTPBody` of `NSURLRequest`.
159
+
You can pass `NSNull()` as a value for nullable keys if you'd like to preserve the keys when its value is absent.
0 commit comments