1 | static S addParamsToURL(S url, Map params) { |
2 | ret appendQueryToURL(url, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static S addParamsToURL(S url, O... data) { |
8 | ret appendQueryToURL(url, data); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030248 |
| Snippet name: | addParamsToURL - synonym of appendQueryToURL |
| Eternal ID of this version: | #1030248/1 |
| Text MD5: | 7f10e37706301be8a31ccd21b6b4d0f0 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-20 14:46:58 |
| Source code size: | 169 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 539 / 572 |
| Referenced in: | [show references] |