boot_http 0.2.0+2
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 bindingBootRouter— 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,/healthendpoint - CORS — YAML-driven configuration