MCPcopy
hub / github.com/labstack/echo / Response

Method Response

context.go:177–179  ·  view source on GitHub ↗

Response returns `*Response`.

()

Source from the content-addressed store, hash-verified

175
176// Response returns `*Response`.
177func (c *Context) Response() http.ResponseWriter {
178 return c.response
179}
180
181// SetResponse sets `*http.ResponseWriter`. Some context methods and/or middleware require that given ResponseWriter implements following
182// method `Unwrap() http.ResponseWriter` which eventually should return *echo.Response instance.

Callers 15

TestContextResponseFunction · 0.95
TestResponseFunction · 0.95
SetCookieMethod · 0.95
jsonMethod · 0.95

Calls

no outgoing calls