package
2.0.3
Repository: https://github.com/webnice/web.git
Documentation: pkg.go.dev

# Functions

All return all http methods.
Parse string and return method.

# Constants

Any http method.
Connect HTTP Method "CONNECT".
Delete HTTP Method "DELETE".
Get HTTP Method "GET".
Head HTTP Method "HEAD".
Options HTTP Method "OPTIONS".
Patch HTTP Method "PATCH" RFC 5789.
Post
Post HTTP Method "POST".
Put HTTP Method "PUT".
Stub internal Method "STUB".
Trace HTTP Method "TRACE".

# Type aliases

Method type.