1 | static S urlPlusParams(S url, Map params) { |
2 | ret appendQueryToURL(url, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static S urlPlusParams(S url, O... data) { |
8 | ret appendQueryToURL(url, data); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032726 |
| Snippet name: | urlPlusParams - synonym of appendQueryToURL |
| Eternal ID of this version: | #1032726/1 |
| Text MD5: | eea409f25b3edf26b463a96dd4da15d6 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-04 00:01:45 |
| Source code size: | 167 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 382 / 395 |
| Referenced in: | [show references] |