Leipzig Gophers
blog

🔗Virtual Meetup #12 wrap-up

We had a short talk about HTTP proxies in Go. As expected, Go supports the usual environment variables, like HTTP_PROXY, HTTPS_PROXY and NO_PROXY - and you can easily customize the proxy selection, as we saw in an example code walkthrough of an ip rotation proxy.

The x/net package contains support in x/net/http/httpproxy.

A couple of fun facts from the talk:

The presentation can be found here: HTTP Getaway (part 2): HTTP proxy intro

See you next time!