boot_http_common 0.2.0+1
boot_http_common: ^0.2.0+1 copied to clipboard
Shared HTTP primitives for Boot (Request, Response, Filter).
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