Registry / utility / mercuryengineering-cookiemonster

mercuryengineering-cookiemonster

JSON →
library0.0.0-20180304172713-1584578b3403gogounverified

A Go package for parsing Netscape format cookie files into slices of http.Cookie.

go get github.com/MercuryEngineering/CookieMonster
INSTALL
IMPORT
SIG · MERCURYENGINEERING
M
mercuryengineering-cookiemonster
utilitygov0.0.0-20180304172713-1584578b3403
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cookiemonster
github.com/MercuryEngineering/CookieMonster

Parse a Netscape cookie file

package main import ( "fmt" "github.com/MercuryEngineering/CookieMonster" ) func main() { cookies, _ := cookiemonster.ParseFile("cookies.txt") fmt.Println(cookies) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180304172713-1584578b3403latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mercuryengineering-cookiemonster — go get mercuryengineering-cookiemonster · libregistry