MCPcopy Index your code
hub / github.com/imroc/req / HeaderToString

Method HeaderToString

request.go:155–157  ·  view source on GitHub ↗

HeaderToString get all header as string.

()

Source from the content-addressed store, hash-verified

153
154// HeaderToString get all header as string.
155func (r *Request) HeaderToString() string {
156 return convertHeaderToString(r.Headers)
157}
158
159// SetURL set the url for request.
160func (r *Request) SetURL(url string) *Request {

Callers 1

SetTracerMethod · 0.45

Calls 1

convertHeaderToStringFunction · 0.85

Tested by

no test coverage detected