Documentation
¶
Index ¶
- Variables
- func Cookies_List_2_Map(Cookies []*http.Cookie) (o map[string]string)
- func Cookies_String_2_Map(Cookies string) (o map[string]string)
- func IsCancel(e error) bool
- func IsDnsErr(e error) bool
- func IsTimeout(e error) bool
- func Map_2_Cookies_String(Cookies map[string]string) (o string)
- type Req
- type Rval
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConnectTimeoutErr = errors.New("ConnectTimeoutErr") ReadTimeoutErr = errors.New("ReadTimeoutErr") )
Functions ¶
func Cookies_String_2_Map ¶
func Map_2_Cookies_String ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.