FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/request / Response

Type Alias: Response<T>

Response<T> = object

Type Parameters

T

T = any

Properties

body

body: T

headers

headers: OutgoingHttpHeaders

request?

optional request: Request

statusCode?

optional statusCode: number

statusMessage?

optional statusMessage: string