Module Fastify
Provides classes for working with Fastify applications.
Import path
import javascriptPredicates
Classes
| RouteHandler | A function used as a Fastify route handler. |
| RouteSetup | A call to a Fastify method that sets up a route. |
| ServerDefinition | An expression that creates a new Fastify server. |
| SetMultipleHeaders | An invocation that sets any number of headers of the HTTP response. |
| StandardRouteHandler | A Fastify route handler installed by a route setup. |
| StandardServerDefinition | A standard way to create a Fastify server. |