Skip to main content
Version: 18.0.3

ResponseForRequest interface

Required response data to fulfill a request with.

Signature:

export interface ResponseForRequest

Properties

PropertyModifiersTypeDescription
bodystring | Buffer
contentTypestring
headersRecord<string, unknown>Optional response headers. All values are converted to strings.
statusnumber