Versions in this module Expand all Collapse all v0 v0.10.0 Aug 30, 2026 Changes in this version + func IsUnauthorizedStatusCodeOrSimilar(res *Response) bool + func NewHTTPEvidence(attempt *Attempt) *evidence.HTTPEvidence + type Attempt struct + Err error + ID string + Request *http.Request + RequestBody []byte + Response *Response + func Fetch(ctx context.Context, op *operation.Operation, ...) (*Attempt, error) + type Finding struct + Attempt *Attempt + Data any + Extra map[string]string + Operation *operation.Operation + Parameter string + type Response struct + Body *bytes.Buffer + Header http.Header + StatusCode int + func (r *Response) GetBody() *bytes.Buffer + func (r *Response) GetCookies() []*http.Cookie + func (r *Response) GetHeader() http.Header + func (r *Response) GetStatusCode() int