Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T00:25:24.000Z (4 months ago)
- Last Synced: 2024-08-28T01:38:56.517Z (4 months ago)
- Topics: cookie, http
- Language: Go
- Homepage:
- Size: 72.3 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
[![godev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)](https://pkg.go.dev/github.com/NateScarlet/cookiejar/pkg)
[![build status](https://github.com/NateScarlet/cookiejar/workflows/Go/badge.svg)](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)