rules

package
v2.2.11 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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