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

8 uses

	go.pact.im/x/httprange (current package)
		bytes.go#L103: 			if e.Resp == "" {
		bytes.go#L107: 			ur, ok := parseUnsatisfiedRangeResp(e.Resp)
		bytes.go#L111: 					e.Resp,
		bytes.go#L118: 					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}