Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ElementScheme : scheme // e.g. http, https, ... ElementScheme = Element("scheme") // ElementHost : host // e.g. example.com, www.example.com, ... ElementHost = Element("host") // ElementPath : path // e.g. /aaa/bbb, /aaa/bbb/, ... ElementPath = Element("path") // ElementQuery : query // e.g. ?a=aa&b=bb, ... ElementQuery = Element("query") // ElementFragment : fragment // e.g. #xxx, ... ElementFragment = Element("fragment") )
Variables ¶
This section is empty.
Functions ¶
func WithIgnoreTrailingSlash ¶
func WithIgnoreTrailingSlash() func(m *Matcher)
WithIgnoreTrailingSlash :
func WithPrepareFuncs ¶
WithPrepareFuncs :
Types ¶
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
Matcher : Check the identity between Pages.
func NewMatcher ¶
NewMatcher : Generate Matcher
Click to show internal directories.
Click to hide internal directories.