cavaliergopher / grab

A download manager package for Go
BSD 3-Clause "New" or "Revised" License
1.39k stars 150 forks source link

http client to follow redirects #70

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi guys,

I noticed that the http client is not following redirects.

Is it possible to add it as an option ?

Cheers, X

oliverpool commented 4 years ago

You can customize the Client.HTTPClient as you need it (to follow redirects for instance).