Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodGET = "GET" MethodPOST = "POST" MethodPUT = "PUT" MethodDELETE = "DELETE" )
Variables ¶
View Source
var ( AvailableMethods = map[string]bool{ MethodGET: true, MethodPOST: true, MethodPUT: true, MethodDELETE: true, } )
View Source
var (
ErrCallUnsupportedMethod = errors.New("unsupported request method")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.