MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / makeRequest

Function makeRequest

proxy_test.go:1140–1140  ·  view source on GitHub ↗
(p *reverseProxy)

Source from the content-addressed store, hash-verified

1138)
1139
1140func makeRequest(p *reverseProxy) *http.Response { return makeHeavyRequest(p, time.Duration(0)) }
1141
1142func makeHeavyRequest(p *reverseProxy, duration time.Duration) *http.Response {
1143 body := bytes.NewBufferString(duration.String())

Callers 2

Calls 1

makeHeavyRequestFunction · 0.85

Tested by

no test coverage detected