Entrypoint Block
This is the default and exists only one in any request. It is the starting point of the request, which takes care of parsing request body, query/route params, and headers.
Connections
Type | Purpose |
---|---|
Source | The body of the request will be passed to the next block |
Note
All the request's metadata such as query params, route params, headers, and cookies will be available as a global variable. See request's context for more details.