Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodGet = "GET" // RFC 7231 MethodHead = "HEAD" // RFC 7231 MethodPost = "POST" // RFC 7231 MethodPut = "PUT" // RFC 7231 MethodPatch = "PATCH" // RFC 5789 MethodDelete = "DELETE" // RFC 7231 MethodConnect = "CONNECT" // RFC 7231 MethodOptions = "OPTIONS" // RFC 7231 MethodTrace = "TRACE" // RFC 7231 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.