MCPcopy
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

_headerMethod · 0.80

Tested by

no test coverage detected