Skip to main content

ResponseForRequest interface

Required response data to fulfill a request with.

Signature:
export interface ResponseForRequest

Properties

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