Cookies support added.

This commit is contained in:
Musab Gültekin
2019-06-17 13:31:19 +03:00
parent dd6687f976
commit a5ec28664d
5 changed files with 88 additions and 21 deletions

View File

@ -64,4 +64,7 @@ type Options struct {
// Revisiting same URLs is disabled by default
URLRevisitEnabled bool
// If set true, cookies won't send.
CookiesDisabled bool
}