Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1013966 // loadPageWithParams - GET alternative to postPage

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3827L/25K).

static S loadPageWithParams(S url, O... params) {
  ret loadPage(appendQueryToURL(url, params));
}

static S loadPageWithParams(S url, Map params) {
  ret loadPage(appendQueryToURL(url, params));
}

Author comment

Began life as a copy of #1004607

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1013966
Snippet name: loadPageWithParams - GET alternative to postPage
Eternal ID of this version: #1013966/4
Text MD5: 7c9c3475a99375c07bed15cfad4eba4a
Transpilation MD5: d9b10902b633f81ee67ca3a662564680
Author: stefan
Category: javax / networking
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-25 20:42:05
Source code size: 203 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 392 / 478
Version history: 3 change(s)
Referenced in: [show references]