Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultProbeTimeout is the a timeout used in HTTPGetNTimes() and // HTTPGetRawNTimes() to avoid cases where early requests hang and // block all subsequent requests. DefaultProbeTimeout = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func HTTPDelete ¶
HTTPDelete calls a given URL with the HTTP DELETE method.
func HTTPGetNTimes ¶
HTTPGetNTimes calls the url n times and returns the first success or last error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.