Documentation
¶
Index ¶
Constants ¶
View Source
const ( Get = "GET" Head = "HEAD" Post = "POST" Put = "PUT" Patch = "PATCH" // RFC 5789 Delete = "DELETE" Connect = "CONNECT" Options = "OPTIONS" Trace = "TRACE" )
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.