Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
Method, Url, Data string
Headers, Cookies map[string]string
UrlencodeData []UrlencodeData
}
func ParseCurlString ¶
type UrlencodeData ¶ added in v1.0.4
type UrlencodeData struct {
Key, Value string
}
Click to show internal directories.
Click to hide internal directories.