httpcache

package
v0.0.0-...-3990c93 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 License: AGPL-3.0 Imports: 10 Imported by: 0

README

(unstable)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	Fetch(string) (*http.Response, bool)
	IsCached(string) bool
}

type DiskCache

type DiskCache struct {
	Base string
}

func NewDiskCache

func NewDiskCache(path string) *DiskCache

func (*DiskCache) Fetch

func (d *DiskCache) Fetch(u string) (*http.Response, error)

Jump to

Keyboard shortcuts

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