Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodGet = "GET" MethodHead = "HEAD" MethodPost = "POST" MethodPut = "PUT" MethodPatch = "PATCH" // RFC 5789 MethodDelete = "DELETE" MethodConnect = "CONNECT" MethodOptions = "OPTIONS" MethodTrace = "TRACE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type JudgeRetryFunc ¶
type Retry ¶
type Retry struct {
JudgeRetryFunc
Options []retry.Option
}
Click to show internal directories.
Click to hide internal directories.