Versions in this module Expand all Collapse all v0 v0.3.0 Dec 24, 2021 v0.2.2 Dec 7, 2021 v0.2.1 Dec 2, 2021 v0.2.0 Nov 19, 2021 v0.1.0 Nov 18, 2021 Changes in this version + type Browser struct + Comment string + Name string + Version string + type Cache struct + AfterRequest CacheObject + BeforeRequest CacheObject + Comment string + type CacheObject struct + Comment string + ETag string + Expires string + HitCount int + LastAccess string + type Content struct + Comment string + Compression int + Encoding string + MimeType string + Size int + Text string + type Cookie struct + Comment bool + Domain string + Expires string + HTTPOnly bool + Name string + Path string + Secure bool + Value string + type Creator struct + Comment string + Name string + Version string + type Entry struct + Cache Cache + Comment string + Connection string + PageTimings PageTimings + Pageref string + Request Request + Response Response + ServerIPAddress string + StartedDateTime string + Time float32 + type HAR struct + func NewHAR(path string) *HAR + func (h *HAR) GenJSON() (jsonPath string, err error) + func (h *HAR) GenYAML() (yamlPath string, err error) + func (h *HAR) SetOutputDir(dir string) + type Har struct + Log Log + type Log struct + Browser Browser + Comment string + Creator Creator + Entries []Entry + Pages []Page + Version string + type NVP struct + Comment string + Name string + Value string + type Page struct + Comment string + ID string + PageTiming PageTiming + StartedDateTime string + Title string + type PageTiming struct + Comment string + OnContentLoad int + OnLoad int + type PageTimings struct + Blocked int + Comment string + Connect int + DNS int + Receive int + Send int + Ssl int + Wait int + type PostData struct + Comment string + MimeType string + Params []PostParam + Text string + type PostParam struct + Comment string + ContentType string + FileName string + Name string + Value string + type Request struct + BodySize int + Comment string + Cookies []Cookie + HTTPVersion string + HeaderSize int + Headers []NVP + Method string + PostData PostData + QueryString []NVP + URL string + type Response struct + BodySize int + Comment string + Content Content + Cookies []Cookie + HTTPVersion string + Headers []NVP + HeadersSize int + RedirectURL string + Status int + StatusText string + type TStep struct + type TestResult struct + EndTime time.Time + HarFile string + Latency int + Method string + StartTime time.Time + Status int + URL string