.sanitizer.2.0.31.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 sanitizer Show documentation
Show all versions of sanitizer Show documentation
A handler that sanitize cross site scripting for request
module com.networknt.sanitizer {
exports com.networknt.sanitizer;
requires com.networknt.body;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.utility;
requires undertow.core;
requires encoder;
requires org.slf4j;
requires com.fasterxml.jackson.annotation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy