mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-24 13:14:01 +03:00
Update httpx.go
Fix proxy
This commit is contained in:
parent
d22b33cb92
commit
729b817934
@ -32,6 +32,7 @@ func main() {
|
||||
httpxOptions.RetryMax = options.Retries
|
||||
httpxOptions.FollowRedirects = options.FollowRedirects
|
||||
httpxOptions.FollowHostRedirects = options.FollowHostRedirects
|
||||
httpxOptions.HttpProxy = options.HttpProxy
|
||||
|
||||
httpxOptions.CustomHeaders = make(map[string]string)
|
||||
for _, customHeader := range options.CustomHeaders {
|
||||
|
Loading…
Reference in New Issue
Block a user