Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPMethod ¶
type HTTPMethod string
HTTPMethod is HTTP method
const ( GET HTTPMethod = "GET" POST HTTPMethod = "POST" )
HTTP method
func (HTTPMethod) String ¶
func (h HTTPMethod) String() string
Click to show internal directories.
Click to hide internal directories.