Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitiseServerURL ¶
Types ¶
type ParameterisedURL ¶
type ParameterisedURL interface {
Raw() string
String() string
GetElementByString(s string) (QueryElement, bool)
GetVarByName(name string) (QueryVar, bool)
}
func ExtractParameterisedURL ¶
func ExtractParameterisedURL(s string) (ParameterisedURL, error)
type QueryElement ¶
type QueryVar ¶
type QueryVar interface {
QueryElement
GetName() string
}
type URLHostSimple ¶
type URLHostSimple struct {
// contains filtered or unexported fields
}
func (*URLHostSimple) GetHost ¶
func (h *URLHostSimple) GetHost() string
Click to show internal directories.
Click to hide internal directories.