User-Agent change support added.

This commit is contained in:
Musab Gültekin
2019-06-09 13:43:17 +03:00
parent 9263877339
commit 2263108838
3 changed files with 17 additions and 10 deletions

View File

@ -27,4 +27,7 @@ type Options struct {
// Concurrent requests per domain limit
ConcurrentRequestsPerDomain int
// User Agent
UserAgent string
}