pedestal

souenzzo 2021-03-25T21:09:53.003500Z

There is a example about how to implement 429 status code in pedestal/jetty? https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429

2021-03-25T21:57:07.004700Z

@souenzzo you might find that Jetty’s DoS filter meets your needs. (https://www.eclipse.org/jetty/documentation/jetty-9/index.php)

👍 1
☝️ 1