These pages cover the parts of Apiker every API uses: how it is configured, how a request travels through it, and how data is stored between requests.ConfigurationEvery option apiker.init accepts.RoutesPath patterns and parameters.RequestWhat a handler receives and how bodies are parsed.ResponseThe res helpers and the headers they set.StateReading and writing Durable Object storage.MiddlewareThe request chain and how to short-circuit it.ValidationThe built-in input guards.Scheduled JobsRunning work on a cron trigger.