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/http / HttpConfig

Type Alias: HttpConfig

HttpConfig = object

Indexable

[key: string]: any

Properties

config?

optional config: object

Index Signature

[key: string]: any

cookie?

optional cookie: CookieOptions

functionName?

optional functionName: string

ignorePathPrefix?

optional ignorePathPrefix: string

method?

optional method: "BEGIN" | "GET" | "POST" | "DELETE" | "HEAD" | "PUT" | "OPTIONS" | "TRACE" | "PATCH" | "ANY"

POST as default

path?

optional path: string

file relative path as default

timeout?

optional timeout: number

name?

optional name: string