1 | static ModifiedWebRequest webRequest_modifyURI(S newURI, IWebRequest req) { |
2 | ModifiedWebRequest r = new(req); |
3 | r.uri = newURI; |
4 | ret r; |
5 | } |
6 | |
7 | static ModifiedWebRequest webRequest_modifyURI(IWebRequest req, S newURI) { |
8 | ret webRequest_modifyURI(newURI, req); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1029856 |
Snippet name: | webRequest_modifyURI |
Eternal ID of this version: | #1029856/2 |
Text MD5: | af2123a1604c66a7fe4d782222107d0d |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-14 01:56:13 |
Source code size: | 263 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 188 / 232 |
Version history: | 1 change(s) |
Referenced in: | [show references] |