package cookie

Import Path
	golang.org/x/pkgsite/internal/cookie (on go.dev)

Dependency Relation
	imports 5 packages, and imported by 2 packages

Involved Source Files Package cookie is used to get and set HTTP cookies.
Package-Level Functions (total 3, all are exported)
Base64Value decodes the value of c using the Base64 URL encoding and returns it as a string.
Extract returns the value of the cookie at name and deletes the cookie.
Set sets a cookie at the urlPath with name and val.
Package-Level Constants (only one, which is exported)
AlternativeModuleFlash indicates the alternative module path that a request was redirected from.