Libraryless. Click here for Pure Java version (1742L/11K).
1 | sS htmlQuery(Map params) { |
2 | ret empty(params) ? "" : "?" + makePostData(params); |
3 | } |
4 | |
5 | sS htmlQuery(O... data) { |
6 | ret empty(data) ? "" : "?" + makePostData(data); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1002141 |
Snippet name: | htmlQuery - "?" plus makePostData(...) |
Eternal ID of this version: | #1002141/3 |
Text MD5: | 5945dced1d587431c8671bfd0636af4b |
Transpilation MD5: | b8d52437b14ef8fbfdf35eea39e4fa10 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-18 00:20:59 |
Source code size: | 169 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 786 / 1293 |
Version history: | 2 change(s) |
Referenced in: | [show references] |