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

Method Request

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

Source from the content-addressed store, hash-verified

205
206func (c *context) ResponseWriter() http.ResponseWriter { return c.responseWriter }
207func (c *context) Request() *http.Request { return c.request }
208func (c *context) Response() *http.Response { return c.response }
209func (c *context) MarkServed() { c.deprecatedServed = true }
210func (c *context) Served() bool { return c.deprecatedServed || c.servedWithResponse }

Callers 2

ServeMethod · 0.95
SplitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected