HandlerContext¶
Request context consumed by a handler factory to create a handler.
Carries the HTTP request, route parameters, and request body. Created by
_Connection and passed to the HandlerFactory lambda. The factory
consumes the iso context — typically by passing it to a RequestHandler.
Public fields are val (immutable, shareable). Internal fields are
package-private and used by RequestHandler to communicate with the
connection.