Documents / @faasjs/core / ServerHandlerOptions
Type Alias: ServerHandlerOptions
ServerHandlerOptions =
object
Extra options for a single Server.handle call.
Properties
filepath?
optionalfilepath?:string
Force a specific API file path instead of route lookup.
requestedAt?
optionalrequestedAt?:number
Explicit request start timestamp used for response timing headers.