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 / Request

Type Alias: Request

Request = object

Properties

body?

optional body: object

Index Signature

[key: string]: any

headers?

optional headers: OutgoingHttpHeaders

host?

optional host: string

method?

optional method: string

path?

optional path: string

query?

optional query: OutgoingHttpHeaders