reference

Environment variables

2 minute read

Boltzmann's built-in features are configurable using environment variables.

The context object

1 minute read

Every route handler receives exactly one parameter: a context object. You should extend the context object with whatever data you find useful to preserve through the lifetime of a single request.

Middleware

1 minute read

This document covers the built-in middleware Boltzmann makes available. Some middleware is automatically installed by Boltzmann when scaffolded with certain feature flags.