.traceability.2.1.28.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 traceability Show documentation
Show all versions of traceability Show documentation
A handler that checks if X-Traceability-Id in the request header and put it into response header if yes.
module com.networknt.traceability {
exports com.networknt.traceability;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.http.string;
requires com.networknt.utility;
requires undertow.core;
requires org.slf4j;
requires java.logging;
}