Create a helper client (_ie_ [http.Client](https://pkg.go.dev/net/http#Client)) and/or server (_ie_ [http.Server](https://pkg.go.dev/net/http#Server) or [httptest.Server](https://pkg.go.dev/net/http/httptest@go1.19.1#Server)) that will test http requests and/or responses.