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

.traceability.2.1.28.source-code.module-info.j Maven / Gradle / Ivy

Go to download

A handler that checks if X-Traceability-Id in the request header and put it into response header if yes.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy