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

Method message

lib/types/response.d.ts:165–165  ·  view source on GitHub ↗

* Sets the HTTP status message where: * @param httpMessage - the HTTP status message (e.g. 'Ok' for status code 200). * @return Return value: the current response object. * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsemessagehttpmessage)

(httpMessage: string)

Source from the content-addressed store, hash-verified

163 * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsemessagehttpmessage)
164 */
165 message(httpMessage: string): ResponseObject;
166
167 /**
168 * Sets the HTTP 'content-encoding' header where:

Callers 2

transmit.jsFile · 0.65
handlerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected