MCPcopy Index your code
hub / github.com/hapijs/hapi / type

Method type

lib/response.js:286–290  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

284 }
285
286 type(type) {
287
288 this._header('content-type', type);
289 return this;
290 }
291
292 get contentType() {
293

Callers

nothing calls this directly

Calls 1

_headerMethod · 0.80

Tested by

no test coverage detected