/persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cookiejar

import "github.com/orirawlings/persistent-cookiejar"

Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.

This implementation is a fork of net/http/cookiejar which also implements methods for dumping the cookies to persistent storage and retrieving them.