Documentation
¶
Overview ¶
Package httpcache introduces an in-memory-cached http client into the KrakenD stack
Index ¶
Constants ¶
View Source
const Namespace = "github.com/jonathansudibya/krakend-httpcache"
Namespace is the key to use to store and access the custom config data
Variables ¶
This section is empty.
Functions ¶
func BackendFactory ¶
func BackendFactory(cfg *config.Backend) proxy.BackendFactory
BackendFactory returns a proxy.BackendFactory that creates backend proxies using an in-memory-cached http client
func NewHTTPClient ¶
func NewHTTPClient(cfg *config.Backend) client.HTTPClientFactory
NewHTTPClient creates a HTTPClientFactory using an in-memory-cached http client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.