MCPcopy Index your code
hub / github.com/cloudfoundry/cli / headersString

Function headersString

api/logcache/log_cache_client.go:157–163  ·  view source on GitHub ↗
(header http.Header)

Source from the content-addressed store, hash-verified

155}
156
157func headersString(header http.Header) string {
158 var result string
159 for name, values := range header {
160 result += name + ": " + strings.Join(values, ", ") + "\n"
161 }
162 return result
163}

Callers 2

PrintRequestMethod · 0.85
PrintResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected