1 | static S appendParamsToURL(S url, Map params) { |
2 | ret appendQueryToURL(url, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static S appendParamsToURL(S url, O... data) { |
8 | ret appendQueryToURL(url, data); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027735 |
Snippet name: | appendParamsToURL - synonym of appendQueryToURL |
Eternal ID of this version: | #1027735/1 |
Text MD5: | 8c6bed6380203e7f239d7b8f0efec40d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-09 13:21:27 |
Source code size: | 175 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 252 / 268 |
Referenced in: | [show references] |