Documentation
¶
Index ¶
Constants ¶
View Source
const ( HttpDefaultMethod = "POST" HttpDefaultTimeout = 120 HttpDefaultContentType = "text/plain" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Http ¶ added in v0.2.0
type Http struct {
// contains filtered or unexported fields
}
func NewHttp ¶ added in v0.2.0
func NewHttp(config HttpConfig) (*Http, error)
type HttpConfig ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.