Documentation
Dream Middleware ExtensionA collection of middlewares for Dream framework
Currently supporting the following functionalities:
CORS: Cross-Origin Resource Sharing Delay: simulates delayed request Rate Limiter: supports Fixed Window and Token Bucket algorithms Traffic Filter: supports IP, header and cookie based traffic filters Platform supported: Unix
ExamplesCORS: https://github.com/axons-talent/dream_middleware_ext/blob/main/examples/cors.ml Delay: https://github.com/axons-talent/dream_middleware_ext/blob/main/examples/delay.ml Rate Limiter: https://github.com/axons-talent/dream_middleware_ext/blob/main/examples/rate_limiter.ml Traffic Filter: https://github.com/axons-talent/dream_middleware_ext/blob/main/examples/traffic_filter.ml LicenseThis project is licensed under the MIT license .
ContributionUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in dream_middleware_ext by you, shall be licensed as MIT, without any additional terms or conditions.