Introduction
This lab aims to test your ability to use the net/http
package in Golang to issue HTTP requests.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/NetworkingGroup(["Networking"])
go/NetworkingGroup -.-> go/http_client("HTTP Client")
subgraph Lab Skills
go/http_client -.-> lab-15481{{"Golang HTTP Request Handling"}}
end