Documentation ¶
Index ¶
- Variables
- func Read(c echo.Context, name string) (string, error)
- func ReadCookie(c echo.Context, name string) (value string, err error)
- func Write(c echo.Context, cookie http.Cookie) error
- func WriteCookie(c echo.Context, name string, value string, path string, maxAge int)
- func WriteEncrypted(c echo.Context, cookie http.Cookie, secretKey []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrValueTooLong = errors.New("cookie value too long") ErrInvalidValue = errors.New("invalid cookie value") )
Functions ¶
func ReadCookie ¶
func WriteCookie ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.