Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recorder ¶
type Recorder struct { http.RoundTripper // contains filtered or unexported fields }
func NewRecorder ¶
func NewRecorder() *Recorder
NewRecorder returns a new Recorder object that fulfills the http.RoundTripper interface
func (*Recorder) Export ¶
func (r *Recorder) Export() *martianhar.HAR
Export returns the in-memory log.
Click to show internal directories.
Click to hide internal directories.