All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.rate-limit.2.0.18.source-code.module-info.j Maven / Gradle / Ivy

Go to download

A handler that does rate limit in order to prevent attacks for public facing services.

There is a newer version: 2.1.37
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy