Transpiled version (2544L) is out of date.
sclass WebRequest implements IWebRequest { S uri; SS params; SS headers; S cookie; *() {} *(S *uri, SS *params) {} public S uri() { ret uri; } public SS params() { ret params; } public SS headers() { ret headers; } public S cookie() { ret cookie; } }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028677 |
Snippet name: | WebRequest - old |
Eternal ID of this version: | #1028677/4 |
Text MD5: | b2e9374b76b4389235507d077b6982ac |
Author: | stefan |
Category: | javax / web |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-04 23:08:31 |
Source code size: | 289 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 217 / 456 |
Version history: | 3 change(s) |
Referenced in: | #1028678 - WebResponse #1029803 - IWebRequest #1029855 - ModifiedWebRequest |