type go.pact.im/x/httpclient.Client

12 uses

	go.pact.im/x/httpclient (current package)
		httpclient.go#L10: type Client interface {
		httpclient.go#L16: func DefaultClient() Client {

	go.pact.im/x/httprange
		builder.go#L25: 	Client httpclient.Client
		builder.go#L30: func BuildFromRawURL(ctx context.Context, rawURL string, client httpclient.Client) (*BytesResource, error) {
		builder.go#L40: func NewBuilderFromURL(u *url.URL, client httpclient.Client) *Builder {
		metadata.go#L63: 	Client httpclient.Client
		ranger.go#L60: 	Client httpclient.Client
		validator.go#L21: 	Build(context.Context, HTTPMetadataProvider, httpclient.Client) (httpclient.Client, error)
		validator.go#L37: func (b *HTTPStrongValidatorBuilder) Build(_ context.Context, mp HTTPMetadataProvider, client httpclient.Client) (httpclient.Client, error) {
		validator.go#L65: 	Client httpclient.Client