Golang: HTTP & Networking

Making external HTTP requests in Go

In previous articles, we learned a lot about launching HTTP servers in Go. But a backend can also make external HTTP requests to remote servers to fetch and post data. In this article, we are going to look into HTTP client APIs provided by the Go.

Uday Hiwarale
RunGo
Published in
11 min readMar 17, 2020

--

(source: unsplash.com)

--

--