MCPcopy Create free account
hub / github.com/zalando/skipper / cloneURL

Function cloneURL

proxy/context.go:82–85  ·  view source on GitHub ↗
(u *url.URL)

Source from the content-addressed store, hash-verified

80}
81
82func cloneURL(u *url.URL) *url.URL {
83 uc := *u
84 return &uc
85}
86
87func cloneRequestMetadata(r *http.Request) *http.Request {
88 return &http.Request{

Callers 2

makeBackendRequestMethod · 0.85
cloneRequestMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…