Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hapijs/hapi
/ location
Method
location
lib/response.js:322–326 ·
view source on GitHub ↗
(uri)
Source
from the content-addressed store, hash-verified
320
}
321
322
location(uri) {
323
324
this._header(
'location'
, uri);
325
return
this;
326
}
327
328
created(location) {
329
Callers
nothing calls this directly
Calls
1
_header
Method · 0.80
Tested by
no test coverage detected