boot_http 0.2.0+2 copy "boot_http: ^0.2.0+2" to clipboard
boot_http: ^0.2.0+2 copied to clipboard

HTTP server for Boot (@Controller, routing, filters).

boot_http #

HTTP server module for the Boot Framework.

Features #

  • @Controller — route grouping with auto-derived paths
  • @Get, @Post, @Put, @Delete — route annotations
  • @PathParam, @QueryParam, @Body — parameter binding
  • BootRouter — route registration, filters, exception handlers
  • Security — AuthenticationProvider, @Secured, intercept-url-map
  • Static files — serving with ETag, caching, gzip
  • WebSocket — @ServerWebSocket, @OnMessage, @OnClose
  • SSE — Stream<SseEvent> return type
  • Health — HealthIndicator, /health endpoint
  • CORS — YAML-driven configuration
0
likes
140
points
3
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

HTTP server for Boot (@Controller, routing, filters).

Repository (GitHub)
View/report issues

Topics

#boot #server #http #routing #websocket

License

MIT (license)

Dependencies

boot_aop, boot_core, boot_http_common, boot_security, path, shelf, shelf_router

More

Packages that depend on boot_http