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

.header.2.1.36.source-code.module-info.j Maven / Gradle / Ivy

Go to download

A header manipulation handler that can add/update/remove headers based on the config

There is a newer version: 2.1.37
Show newest version
module com.networknt.header {
    exports com.networknt.header;

    requires com.networknt.config;
    requires com.networknt.handler;
    requires com.networknt.utility;

    requires undertow.core;
    requires org.slf4j;
    requires java.logging;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy