Package dev.relism.flash.models
package dev.relism.flash.models
-
ClassDescriptionLazy, zero-copy header access backed directly by the request parser's byte buffer.Path parameters captured during routing, stored as byte offsets into the path view.Lazy query parameter access (
?key=value&...).Immutable view of an incoming HTTP/1.1 request.Accessor for the HTTP request body.Base class for class-based route handlers.Typed accessors for request parameters.HTTP response.DelegatesSimpleHandler.handle(dev.relism.flash.models.Request, dev.relism.flash.models.Response)to aSimpleHandler.FunctionalHandlerso lambdas can be used without relying on Lombok-generated constructors (IDE-safe, annotation-processing independent).Functional interface for handling requests, used bySimpleHandler.