package
0.0.0-20200122030823-a909e370dcc4
Repository: https://github.com/yfedoseev/geziyor.git
Documentation: pkg.go.dev

# Functions

ConvertHeaderToMap converts http.Header to map[string]interface{}.
ConvertMapToHeader converts map[string]interface{} to http.Header.
NewClient creates http.Client with modified values for typical web scraper.
NewRedirectionHandler returns maximum allowed redirection function with provided maxRedirect.
NewRequest returns a new Request given a method, URL, and optional body.
SetDefaultHeader sets header if not exists before.

# Constants

1GB.
Default values for client.
Default values for client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
ErrNoCookieJar is the error type for missing cookie jar.
No description provided by the author

# Structs

Client is a small wrapper around *http.Client to provide new methods.
Options is custom http.client options.
Request is a small wrapper around *http.Request that contains Metadata and Rendering option.
Response type wraps http.Response Contains parsed response data and Geziyor functions.

# Type aliases

No description provided by the author