Registry / networking / juju-persistent-cookiejar

juju-persistent-cookiejar

JSON →
library1.0.0gogounverified

An in-memory RFC 6265-compliant HTTP cookie jar with persistence support.

go get github.com/juju/persistent-cookiejar
INSTALL
IMPORT
SIG · JUJU-PERSISTENT-CO
J
juju-persistent-cookiejar
networkinggov1.0.0
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.

cookiejar
github.com/juju/persistent-cookiejar

Creates a new persistent cookie jar and uses it with an HTTP client.

package main import ( "fmt" "net/http" "github.com/juju/persistent-cookiejar" ) func main() { jar, err := cookiejar.New(nil) if err != nil { panic(err) } client := &http.Client{Jar: jar} _ = client }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
juju-persistent-cookiejar — go get juju-persistent-cookiejar · libregistry