Documentation
¶
Index ¶
- func CookiesFromRaw(rawCookie string, domain string) []*http.Cookie
- func DeepGetCookie(resp *http.Response, name string) (string, string, bool)
- func DeepGetHeader(resp *http.Response, key string) (string, string, bool)
- func FileFromDisk(filePath string) (*zhttp.File, error)
- func SaveToFile(r io.Reader, filename string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CookiesFromRaw ¶
CookiesFromRaw parse a cookie in string format to []*http.Cookie
func DeepGetCookie ¶
DeepGetCookie check all responses in the redirect and return the first matching url and cookie
func DeepGetHeader ¶
DeepGetHeader check all responses in the redirect and return the first matching url and header
func FileFromDisk ¶
FileFromDisk read file from disk and detect mime with filename
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.