Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomEvidence ¶
func (*CustomEvidence) IsEmpty ¶
func (e *CustomEvidence) IsEmpty() bool
type HTTPEvidence ¶
type HTTPEvidence struct {
RawRequest string
RawResponse string
RequestMethod string
RequestURL string
RequestHeaders map[string][]string
ResponseStatus int
ResponseHeaders map[string][]string
RequestBody []byte
ResponseBody []byte
}
func (*HTTPEvidence) HasStructured ¶
func (e *HTTPEvidence) HasStructured() bool
func (*HTTPEvidence) IsEmpty ¶
func (e *HTTPEvidence) IsEmpty() bool
Click to show internal directories.
Click to hide internal directories.