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

Method ResponseController

proxy/context.go:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159}
160
161func (c *context) ResponseController() *http.ResponseController {
162 return http.NewResponseController(c.responseWriter)
163}
164
165func (c *context) applyRoute(route *routing.Route, params map[string]string, preserveHost bool) {
166 c.route = route

Callers 2

ServeHTTPMethod · 0.95
doMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected