go.pact.im/x/httprange.UnsatisfiedRangeError.Resp (field)

8 uses

	go.pact.im/x/httprange (current package)
		bytes.go#L102: 			if e.Resp == "" {
		bytes.go#L106: 			ur, ok := parseUnsatisfiedRangeResp(e.Resp)
		bytes.go#L110: 					e.Resp,
		bytes.go#L117: 					e.Resp, first,
		errors.go#L47: 	Resp string
		errors.go#L53: 	if e.Resp != "" {
		errors.go#L54: 		return fmt.Sprintf(errorMessage+" (%q)", e.Resp)
		ranger.go#L127: 		return &UnsatisfiedRangeError{Resp: r}