func net/http/httputil.DumpResponse

2 uses

	net/http/httputil (current package)
		dump.go#L305: func DumpResponse(resp *http.Response, body bool) ([]byte, error) {

	google.golang.org/grpc/internal/transport
		proxy.go#L85: 		dump, err := httputil.DumpResponse(resp, true)