Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Method ¶
type Method string
const ( Get Method = http.MethodGet Post Method = http.MethodPost Put Method = http.MethodPut Head Method = http.MethodHead Patch Method = http.MethodPatch Delete Method = http.MethodDelete Connect Method = http.MethodConnect Options Method = http.MethodOptions Trace Method = http.MethodTrace )
Click to show internal directories.
Click to hide internal directories.