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

7
LINES

< > BotCompany Repo | #1032126 // postBinaryPageToFile - shortest POST version (takes url, parameters)

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

Transpiled version (3913L) is out of date.

svoid postBinaryPageToFile(File file, S url, O... params) {
  doPostBinaryToFile(litmap(params), url, file);
}

svoid postBinaryPageToFile(S url, File file, O... params) {
  doPostBinaryToFile(litmap(params), url, file);
}

Author comment

Began life as a copy of #1004607

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032126
Snippet name: postBinaryPageToFile - shortest POST version (takes url, parameters)
Eternal ID of this version: #1032126/4
Text MD5: a367f25bb64299d42c7977e929f92699
Author: stefan
Category: javax / networking
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-18 14:12:53
Source code size: 228 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 95 / 155
Version history: 3 change(s)
Referenced in: [show references]