func golang.org/x/pkgsite/internal/cookie.Extract

2 uses

	golang.org/x/pkgsite/internal/cookie (current package)
		flash.go#L22: func Extract(w http.ResponseWriter, r *http.Request, name string) (_ string, err error) {

	golang.org/x/pkgsite/internal/frontend
		unit.go#L173: 	redirectPath, err = cookie.Extract(w, r, cookie.AlternativeModuleFlash)