package cookie
import "miniflux.app/http/cookie"
Index ¶
- Constants
- func Expired(name string, isHTTPS bool, path string) *http.Cookie
- func New(name, value string, isHTTPS bool, path string) *http.Cookie
Constants ¶
const ( CookieAppSessionID = "MinifluxAppSessionID" CookieUserSessionID = "MinifluxUserSessionID" )
Cookie names.
Functions ¶
func Expired ¶
Expired returns an expired cookie.
func New ¶
New creates a new cookie.
Source Files ¶
cookie.go
- Version
- v1.0.46 (latest)
- Published
- Jul 22, 2023
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 week ago –
Tools for package owners.