Documentation ¶
Overview ¶
Package ping tries to ping a HTTP server through different ways Connection, Session (Head), Get and Post
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ping ¶
type Ping struct { TLSSkipVerify bool // contains filtered or unexported fields }
Ping represents HTTP ping request
func NewPing ¶
NewPing validate and constructs request object
func (*Ping) Ping ¶ added in v0.2.3
Ping tries to ping a web server through http
Click to show internal directories.
Click to hide internal directories.