.header-replace.1.1.1.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-replace Show documentation
Show all versions of header-replace Show documentation
A yaml rule action implementation to replace one header value with another header value in the request transformer.
module com.networknt.rule {
exports com.networknt.rule;
requires org.slf4j;
}