https://github.com/natescarlet/cookiejar
A fork of `net/http/cookiejar` that saves cookie entries to a Repository.
https://github.com/natescarlet/cookiejar
cookie http
Last synced: about 1 year ago
JSON representation
A fork of `net/http/cookiejar` that saves cookie entries to a Repository.
- Host: GitHub
- URL: https://github.com/natescarlet/cookiejar
- Owner: NateScarlet
- License: bsd-3-clause
- Created: 2022-07-10T10:50:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T17:46:53.000Z (about 1 year ago)
- Last Synced: 2025-02-10T18:35:05.599Z (about 1 year ago)
- Topics: cookie, http
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiejar
[](https://pkg.go.dev/github.com/NateScarlet/cookiejar/pkg)
[](https://github.com/NateScarlet/cookiejar/actions)
A fork of `net/http/cookiejar` that saves cookie entries to a Repository.
Supports:
- in-memory Repository (default)
- file Repository (package `cookiejar_file` )
- custom Repository (implements `cookiejar.EntryRepository` yourself)
- multi Repository (use `cookiejar.NewMultiEntryRepository` for cache)