boot_http_common
library
Classes
ClientFilter
Annotation for client-side HTTP filters.
Apply to a class that implements HttpClientFilter.
ClientFilterChain
Filter chain for client-side filters.
ExceptionHandler <E >
Implement this interface to handle a specific exception/error type.
Register as a @Singleton — Boot auto-discovers and routes exceptions to the matching handler.
FilterChain
Filter chain — call proceed() to invoke the next filter or the handler.
FormData
Represents parsed multipart form data (fields + files).
HttpClientFilter
Client-side filter interface.
HttpServerFilter
Server-side filter interface.
MultipartFile
Represents an uploaded file from a multipart form.
MutableRequest
Mutable HTTP request (for client filters to modify before sending).
MutableResponse
Mutable response (for server filters to modify headers/status after handler).
Request
Immutable HTTP request.
Response
HTTP response.
RouteEntry
A single route entry with method, path, and handler.
RouteRegistration
Interface implemented by generated route registration classes.
ServerFilter
Annotation for server-side HTTP filters.
Apply to a class that implements HttpServerFilter.