rules

package
v2.5.0-rc5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2021 License: MIT Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsASCII added in v2.4.8

func IsASCII(s string) bool

IsASCII checks if the given string contains only ASCII characters.

func ParseDomains

func ParseDomains(rule string) ([]string, error)

ParseDomains extract domains from rule.

func ParseHostSNI

func ParseHostSNI(rule string) ([]string, error)

ParseHostSNI extracts the HostSNIs declared in a rule. This is a first naive implementation used in TCP routing.

Types

type Router

type Router struct {
	*mux.Router
	// contains filtered or unexported fields
}

Router handle routing with rules.

func NewRouter

func NewRouter() (*Router, error)

NewRouter returns a new router instance.

func (*Router) AddRoute

func (r *Router) AddRoute(rule string, priority int, handler http.Handler) error

AddRoute add a new route to the router.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL