Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶ added in v0.1.5
type Item struct { // Request as is Request []byte `json:"request"` // Response Body as is ResponseBody []byte `json:"response_body"` // Response headers Body as is ResponseHeader http.Header `json:"response_header"` // status code StatusCode int `json:"status_code"` // for compare and debug goals // it's not stored in files Hash string `json:"-"` }
Click to show internal directories.
Click to hide internal directories.