Versions in this module Expand all Collapse all v0 v0.1.3 Mar 22, 2016 v0.1.0 Mar 22, 2016 Changes in this version + type Matcher func(ctx *c.Context) bool + type Mux struct + Matchers []Matcher + Middleware middleware.Middleware + func Error() *Mux + func Host(pattern string) *Mux + func If(muxes ...*Mux) *Mux + func Match(matchers ...Matcher) *Mux + func Method(methods ...string) *Mux + func New() *Mux + func Or(muxes ...*Mux) *Mux + func Path(pattern string) *Mux + func Query(key, pattern string) *Mux + func RequestHeader(key, pattern string) *Mux + func ResponseHeader(key, pattern string) *Mux + func ServerError() *Mux + func Status(codes ...int) *Mux + func StatusRange(start, end int) *Mux + func Type(kind string) *Mux + func URL(pattern string) *Mux + func (m *Mux) AddMatcher(matchers ...Matcher) *Mux + func (m *Mux) Clone() middleware.Middleware + func (m *Mux) Flush() + func (m *Mux) GetStack() []plugin.Plugin + func (m *Mux) Handler() c.HandlerFunc + func (m *Mux) Match(ctx *c.Context) bool + func (m *Mux) Run(phase string, ctx *c.Context) *c.Context + func (m *Mux) SetStack(stack []plugin.Plugin) + func (m *Mux) Use(p plugin.Plugin) *Mux + func (m *Mux) UseError(fn c.HandlerFunc) *Mux + func (m *Mux) UseHandler(phase string, fn c.HandlerFunc) *Mux + func (m *Mux) UseParent(parent middleware.Middleware) *Mux + func (m *Mux) UseRequest(fn c.HandlerFunc) *Mux + func (m *Mux) UseResponse(fn c.HandlerFunc) *Mux Other modules containing this package gopkg.in/h2non/gentleman.v1 gopkg.in/h2non/gentleman.v2