CodingPhoenix 05c6ad3dd4 Add rate limiting, CORS support, custom HTTP method annotations, and HTTP server enhancements
- Introduced rate limiting functionality with multiple algorithms (Token Bucket, Fixed Window, Leaky Bucket, Sliding Window) via `RateLimiter` interface.
- Added CORS handling with `CorsConfig` and `CorsHandler` for flexible origin, headers, and method configuration.
- Implemented support for custom HTTP methods via `PATCH` and `CUSTOM` annotations in `AnnotationScanner`.
- Enhanced `HttpServer` to support builder pattern and optional integrations for CORS and rate limiting.
- Updated `HttpRequestHandler` to incorporate CORS and rate limiting logic.
2026-05-08 12:00:09 +02:00
2026-05-08 11:04:40 +02:00
2026-05-08 11:04:40 +02:00
2026-05-08 11:04:40 +02:00
2026-05-08 11:04:40 +02:00
2026-05-08 11:04:40 +02:00
2026-05-08 11:04:40 +02:00
2026-05-08 11:04:40 +02:00
S
Description
No description provided
514 KiB
Release 0.0.5 Latest
2026-05-29 11:23:26 +00:00
Languages
Java 100%