You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FunctionEvent is the first parameter of OpenAPI Node Template handler method.
*
* It contains following fields from OpenAPI Backend:
*
* - `body`
* - `requestBody` - parsed body
* - `cookies`
* - `headers`
* - `method`
* - `query`
* - `path`
* - `params` - path parsed to path params
*
* Some specific fields of the Node Template:
*
* - `files` - files in case of multipart message
*
* Low-level accessors:
*
* - `req` - original Node HTTP Request
* - `oabContext` - OpenAPI Backend context where some of the fields are already extracted. This can be used when you want to use some fields that were not translated by Node Template. Find more here - https://github.com/anttiviljami/openapi-backend/blob/master/DOCS.md#context-object