MCPcopy Create free account
hub / github.com/buggregator/server / removeHopHeaders

Function removeHopHeaders

modules/proxy/server.go:233–237  ·  view source on GitHub ↗
(h http.Header)

Source from the content-addressed store, hash-verified

231}
232
233func removeHopHeaders(h http.Header) {
234 for _, hdr := range hopHeaders {
235 h.Del(hdr)
236 }
237}
238
239// parseRequestURI extracts the path from an absolute proxy URI.
240func parseRequestURI(rawURI string) string {

Callers 1

proxyAndRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected