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

Method Cookies

context.go:452–454  ·  view source on GitHub ↗

Cookies returns the HTTP cookies sent with the request.

()

Source from the content-addressed store, hash-verified

450
451// Cookies returns the HTTP cookies sent with the request.
452func (c *Context) Cookies() []*http.Cookie {
453 return c.request.Cookies()
454}
455
456// Get retrieves data from the context.
457// Method returns any(nil) when key does not exist which is different from typed nil (eg. []byte(nil)).

Callers 2

TestContextCookieFunction · 0.95
valuesFromCookieFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestContextCookieFunction · 0.76