Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPMethod ¶
type HTTPMethod string
const ( AnyHTTPMethod HTTPMethod = "ANY" GetHTTPMethod HTTPMethod = http.MethodGet HeadHTTPMethod HTTPMethod = http.MethodHead PostHTTPMethod HTTPMethod = http.MethodPost PutHTTPMethod HTTPMethod = http.MethodPut PatchHTTPMethod HTTPMethod = http.MethodPatch DeleteHTTPMethod HTTPMethod = http.MethodDelete ConnectHTTPMethod HTTPMethod = http.MethodConnect OptionsHTTPMethod HTTPMethod = http.MethodOptions TraceHTTPMethod HTTPMethod = http.MethodTrace )
Click to show internal directories.
Click to hide internal directories.