Documentation ¶
Index ¶
Constants ¶
View Source
const ( Get = http.MethodGet Head = http.MethodHead Post = http.MethodPost Put = http.MethodPut Patch = http.MethodPatch // RFC 578 Delete = http.MethodDelete Connect = http.MethodConnect Options = http.MethodOptions Trace = http.MethodTrace )
Common HTTP methods.
Unless otherwise noted, these are defined in RFC 7231 section 4.3.
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.