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 9914f64 commit 7e54e2eCopy full SHA for 7e54e2e
README.md
@@ -11,7 +11,7 @@ let encoder = URLQueryEncoder()
11
encoder.encode(["id": id])
12
13
print(encoder.queryItems)
14
-// ("id", "5")
+// [URLQueryItem(name: "id", value: "5")]
15
```
16
17
### Encoding Arrays
0 commit comments