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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Three of the methods accept the following arguments for specifying custom reques
78
78
The other two methods accept a `body` argument of type `B` that is serialized using `JSONEncoder`. JSON data is encoded and decoded using a date strategy of `millisecondsSince1970`.
79
79
80
80
## Query Arguments
81
-
Any sendable value may be used as a query argument and will generally be encoded using its string representation. However, `Date` instances are first converted to a 64-bit integer value representing epoch time. Additionally, array instances represent multi-value parameters and behave similarly to `<select multiple>` tags in HTML forms.
81
+
Any sendable value may be used as a query argument and will generally be encoded using its string representation. However, `Date` instances are encoded using `ISO8601DateFormatter`. Additionally, array instances represent multi-value parameters and behave similarly to `<select multiple>` tags in HTML forms.
82
82
83
83
The `undefined` property of the `WebServiceProxy` class can be used to represent unspecified or unknown argument values.
0 commit comments