Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hapijs/hapi
/ passThrough
Method
passThrough
lib/response.js:374–378 ·
view source on GitHub ↗
(enabled)
Source
from the content-addressed store, hash-verified
372
}
373
374
passThrough(enabled) {
375
376
this.settings.passThrough = enabled !== false;
// Defaults to true
377
return
this;
378
}
379
380
redirect(location) {
381
Callers
1
handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected