# Functions

NewHARStorage creates a new HARStorage.
NewOpenAPIStorage creates a new OpenAPI storage.

# Structs

Entry
Entry represents a http.Request and http.Response pair.
HAR is a Storage implementation that stores requests and responses in HAR format on disk.
OpenAPI is a storage implementation that stores requests and responses in OpenAPI format on disk.

# Interfaces

Storage is an interface for storing Entry objects.