package
2.0.2+incompatible
Repository: https://github.com/bpowers/goji.git
Documentation: pkg.go.dev

# Functions

Delete returns a Pat route that only matches the DELETE HTTP method.
Get returns a Pat route that only matches the GET and HEAD HTTP method.
Head returns a Pat route that only matches the HEAD HTTP method.
New returns a new Pattern from the given Pat route.
NewWithMethods returns a Pat route that matches http methods that are provided */.
Options returns a Pat route that only matches the OPTIONS HTTP method.
Param returns the bound parameter with the given name.
Patch returns a Pat route that only matches the PATCH HTTP method.
Post
Post returns a Pat route that only matches the POST HTTP method.
Put returns a Pat route that only matches the PUT HTTP method.

# Structs

Pattern implements goji.Pattern using a path-matching domain specific language.