Versions in this module Expand all Collapse all v3 v3.0.0 Jan 27, 2019 Changes in this version + func Param(r *http.Request, name string) string + type Pattern struct + func Delete(pat string) *Pattern + func Get(pat string) *Pattern + func Head(pat string) *Pattern + func New(pat string) *Pattern + func NewWithMethods(pat string, methods ...string) *Pattern + func Options(pat string) *Pattern + func Patch(pat string) *Pattern + func Post(pat string) *Pattern + func Put(pat string) *Pattern + func (p *Pattern) HTTPMethods() map[string]struct{} + func (p *Pattern) Match(r *http.Request) *http.Request + func (p *Pattern) PathPrefix() string + func (p *Pattern) String() string Other modules containing this package goji.io