Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewJsonMatcher ¶
func NewJsonMatcher(params []*MatchParam) *jsonMatcher
func NewStatusCodeMatcher ¶
func NewStatusCodeMatcher(codes []int) *statusCodeMatcher
Types ¶
type IMatcher ¶
type IMatcher interface {
Match(ctx http_service.IHttpContext) bool
}
type MatchParam ¶
Click to show internal directories.
Click to hide internal directories.