FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

Documents / @faasjs/core / HttpConfig

Type Alias: HttpConfig

HttpConfig = object

Configuration for the Http plugin.

Properties

config?

optional config?: object

Runtime HTTP behavior overrides consumed by the current core runtime.

cookie?

optional cookie?: CookieOptions

Cookie and session configuration injected into invoke data.

name?

optional name?: string

Instance name used when mounting multiple HTTP plugins.