Documentation ¶
Index ¶
Constants ¶
View Source
const PathMatch = "pathMatch"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchDefinition ¶
type MatchDefinition struct { *Request // contains filtered or unexported fields }
TODO: Maybe move this to interfaces?
func New ¶
func New(host, path, method string) *MatchDefinition
func (*MatchDefinition) CachePrefix ¶
func (m *MatchDefinition) CachePrefix() string
func (*MatchDefinition) Get ¶
func (m *MatchDefinition) Get(key string) string
func (*MatchDefinition) Set ¶
func (m *MatchDefinition) Set(key, value string)
func (*MatchDefinition) String ¶
func (m *MatchDefinition) String() string
Click to show internal directories.
Click to hide internal directories.