Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ Loopback
Method
Loopback
proxy/context.go:318–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
}
317
318
func
(c *context) Loopback() {
319
c.loopbackInternal(true)
320
}
321
322
func
(c *context) LoopbackWithResponse() {
323
c.loopbackInternal(false)
Callers
nothing calls this directly
Calls
1
loopbackInternal
Method · 0.95
Tested by
no test coverage detected