# 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 returns a Pat route that only matches the POST HTTP method.
Put returns a Pat route that only matches the PUT HTTP method.