Skip to content

Commit

Permalink
[enh] extend proxy docs with https proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed May 8, 2018
1 parent 92f9b58 commit 46b668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.go
Expand Up @@ -35,7 +35,7 @@ func (r *roundRobinSwitcher) GetProxy(_ *http.Request) (*url.URL, error) {

// RoundRobinProxySwitcher creates a proxy switcher function which rotates
// ProxyURLs on every request.
// The proxy type is determined by the URL scheme. "http"
// The proxy type is determined by the URL scheme. "http", "https"
// and "socks5" are supported. If the scheme is empty,
// "http" is assumed.
func RoundRobinProxySwitcher(ProxyURLs ...string) (colly.ProxyFunc, error) {
Expand Down

0 comments on commit 46b668d

Please sign in to comment.