sS loadPageWithHeaders(S url, S... headers) { loadPage_extraHeaders.set(litmap(headers)); ret loadPage(url); } sS loadPageWithHeaders(S url, SS headers) { loadPage_extraHeaders.set(headers); ret loadPage(url); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025837 |
Snippet name: | loadPageWithHeaders |
Eternal ID of this version: | #1025837/3 |
Text MD5: | 542fc8a3c303f8c6147cde5cbe12dfae |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-12-22 23:29:47 |
Source code size: | 228 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 204 / 252 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026230 - postPageWithHeaders |