Documentation
¶
Index ¶
Constants ¶
View Source
const ( GET = iota + 1 PUT PATCH POST )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPMethod ¶
type HTTPMethod int
func MethodFrom ¶
func MethodFrom(str string) (HTTPMethod, error)
func (HTTPMethod) IsValid ¶
func (method HTTPMethod) IsValid() bool
Click to show internal directories.
Click to hide internal directories.