func net/http/httputil.DumpResponse
3 uses
net/http/httputil (current package)
dump.go#L308: func DumpResponse(resp *http.Response, body bool) ([]byte, error) {
github.com/aws/smithy-go/transport/http
middleware_http_logging.go#L66: respBytes, err := httputil.DumpResponse(smithyResponse.Response, r.LogResponseWithBody)
google.golang.org/grpc/internal/transport
proxy.go#L102: dump, err := httputil.DumpResponse(resp, true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)