# Functions
NewRouter creates a new router with given Rules.
NewRouterWithPerformer is NewRouter with a specific requestPerformer.
NewRule builds a new Rule.
NewRules builds a new rules list.
ParseRules parses a YAML or JSON byte slice into a list of rules.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Rule describes a single forwarding rule.
RuleMatchResults represents a possible matching rule.
Rules is a list of rules..
RuleSource is a source of rules, e.g.
# Interfaces
Router is the meat of rrrouter.
# Type aliases
No description provided by the author