Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PluginConfig = &httpforcecacheConfig{ done: make(chan struct{}), } )
Config ...
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct { Transport http.RoundTripper Cache httpcache.Cache }
func NewMemoryCacheTransport ¶
func NewMemoryCacheTransport() *Transport
func NewTransport ¶
func NewTransport(c httpcache.Cache) *Transport
func (*Transport) DeleteCache ¶
Click to show internal directories.
Click to hide internal directories.