Commit 9fe1d32
committed
Document http interface's need for urlencode(dict)
This is to accomondate existing customers who accidentally depend on such behavior.
It also documents the future direction of using an already-encoded string,
so that such expectation is clear in this first release of this http interface.
In the future, when we switch existing dict behavior to string behavior,
it won't be considered as a breaking change.1 parent 85cd08c commit 9fe1d32
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
24 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
0 commit comments