.header.2.1.36.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 header Show documentation
Show all versions of header Show documentation
A header manipulation handler that can add/update/remove headers based on the config
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;
}