boot_http_common
Shared HTTP primitives for the Boot Framework.
Features
Request— immutable HTTP request with JSON/multipart parsingResponse— HTTP response with factory constructors (json, created, noContent, etc.)FilterChain/ClientFilterChain— server and client filter chainsHttpServerFilter/HttpClientFilter— filter interfaces@ServerFilter/@ClientFilter— filter annotations- HTTP exceptions (BadRequest, NotFound, Unauthorized, etc.)
FormData/MultipartFile— multipart parsing