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

9
LINES

< > BotCompany Repo | #1027733 // getHttpdHeaders

JavaX fragment (include)

static SS getHttpdHeaders() {
  ifclass MyHTTPD
    try SS headers = MyHTTPD_headers!;
  endif
  ifclass WebSocketHTTPD
    try SS headers = WebSocketHTTPD_headers!;
  endif
  ret null;
}

Author comment

Began life as a copy of #1002945

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: #1027733
Snippet name: getHttpdHeaders
Eternal ID of this version: #1027733/2
Text MD5: f99aef521c7c5f5734790771eb70e44f
Author: stefan
Category: eleu / javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-09 12:06:15
Source code size: 195 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 146 / 181
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)