Versions in this module Expand all Collapse all v1 v1.0.1 Oct 2, 2020 Changes in this version + type Host struct + Ip string + Name string + type Item struct + Comment string + Extension string + Host Host + MimeType string + Path string + Port string + Protocol string + Request Request + Response Response + ResponseLength string + Status string + Time string + Url string + func (i Item) FlatString() string + func (i Item) String() string + func (i Item) ToStrings(noReq, noResp bool) []string + type Items struct + Items []Item + func Parse(f io.Reader, decode bool) (Items, error) + func (items Items) Csv(of io.Writer, noReq, noResp bool) ([][]string, error) + func (items Items) Go() string + func (items Items) Json(of io.Writer) error + type Request struct + Base64 string + Body string + Raw string + func (r Request) FlatString() string + func (r Request) String() string + func (r Request) ToStrings() []string + type Response struct + Base64 string + Body string + Raw string + func (r Response) FlatString() string + func (r Response) String() string + func (r Response) ToStrings() []string