MCPcopy 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
318func (c *context) Loopback() {
319 c.loopbackInternal(true)
320}
321
322func (c *context) LoopbackWithResponse() {
323 c.loopbackInternal(false)

Callers

nothing calls this directly

Calls 1

loopbackInternalMethod · 0.95

Tested by

no test coverage detected