boot_http_common 0.2.0+1 copy "boot_http_common: ^0.2.0+1" to clipboard
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 parsing
  • Response — HTTP response with factory constructors (json, created, noContent, etc.)
  • FilterChain / ClientFilterChain — server and client filter chains
  • HttpServerFilter / HttpClientFilter — filter interfaces
  • @ServerFilter / @ClientFilter — filter annotations
  • HTTP exceptions (BadRequest, NotFound, Unauthorized, etc.)
  • FormData / MultipartFile — multipart parsing
0
likes
150
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Shared HTTP primitives for Boot (Request, Response, Filter).

Repository (GitHub)
View/report issues

Topics

#boot #http #server

License

MIT (license)

Dependencies

boot_core, shelf

More

Packages that depend on boot_http_common