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

io.lightflame.routerules.HttpRuleKind Maven / Gradle / Ivy

The newest version!
package io.lightflame.routerules;

/**
 * HttpRuleKind
 */
public enum HttpRuleKind implements RuleKind{
    METHOD,
    PATH,
    PREFIX,
    QPARAM,
    HEADER,
    PORT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy