MCPcopy
hub / github.com/hapijs/hapi / bytes

Method bytes

lib/response.js:316–320  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

314 }
315
316 bytes(bytes) {
317
318 this._header('content-length', bytes);
319 return this;
320 }
321
322 location(uri) {
323

Callers

nothing calls this directly

Calls 1

_headerMethod · 0.80

Tested by

no test coverage detected