cookiejar

module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2022 License: BSD-3-Clause

README

cookiejar

godev build status

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)

Directories

Path Synopsis
internal
pkg
cookiejar
Package cookiejar implements http.CookieJar and saves cookie entries to a Repository.
Package cookiejar implements http.CookieJar and saves cookie entries to a Repository.
cookiejar_file
Package cookiejar_file implements entry repository with file in a append-only manner.
Package cookiejar_file implements entry repository with file in a append-only manner.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL