Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wendux/fly
/ getResponseHeader
Method
getResponseHeader
src/engine-wrapper.js:141–143 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
139
}
140
141
getResponseHeader(key) {
142
return
(this.responseHeaders[key.toLowerCase()] ||
""
).toString() || null
143
}
144
145
getAllResponseHeaders() {
146
let
str =
""
;
Callers
6
getAllResponseHeaders
Method · 0.95
makeRequest
Method · 0.80
makeRequest
Method · 0.80
EngineWrapper
Function · 0.80
makeRequest
Function · 0.80
EngineWrapper
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected