.rate-limit.2.0.20.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rate-limit Show documentation
Show all versions of rate-limit Show documentation
A handler that does rate limit in order to prevent attacks for public facing services.
module com.networknt.rate.limit {
exports com.networknt.limit;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.utility;
requires undertow.core;
requires java.logging;
}