Documents / @faasjs/core / HttpConfig
Type Alias: HttpConfig
HttpConfig =
object
Configuration for the Http plugin.
Properties
config?
optionalconfig?:object
Runtime HTTP behavior overrides consumed by the current core runtime.
cookie?
optionalcookie?:CookieOptions
Cookie and session configuration injected into invoke data.
name?
optionalname?:string
Instance name used when mounting multiple HTTP plugins.