Skip to content

Overview

Context (ctx)

In Volten, every incoming HTTP request is encapsulated in a RequestContext instance, commonly referred to as ctx.

The ctx object provides a unified, cross-runtime API for reading request headers, parameters, query strings, and body payloads, as well as sending responses, setting cookies, streaming data, and managing per-request state.


Released under the MIT License.