Documentation ¶
Index ¶
- type HTTPCache
- func (cache *HTTPCache) GobDecode(in []byte) error
- func (cache *HTTPCache) GobEncode() ([]byte, error)
- func (cache *HTTPCache) Load(reader io.Reader) error
- func (cache *HTTPCache) LoadFromFile(fp string) (retErr error)
- func (cache *HTTPCache) RoundTrip(httpRequest *http.Request) (*http.Response, error)
- func (cache *HTTPCache) Save(writer io.Writer) error
- func (cache *HTTPCache) SaveToFile(fp string) (retErr error)
- type Record
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPCache ¶
func (*HTTPCache) LoadFromFile ¶
func (*HTTPCache) SaveToFile ¶
Click to show internal directories.
Click to hide internal directories.