Module pact_verifier::provider_client

source ·
Expand description

Module for building HTTP requests required by the verifier. Note that this is an internal module made public for testing purposes, and there are no guarantees that the structures and functions won’t change.

Enums§

Functions§

  • Joins a path to a base path, taking into account trailing slashes
  • This function makes the actual request to the provider, executing any request filter before executing the request
  • Make a state change request. If the response returns a JSON body, convert that into a HashMap and return it. The request will be retried on 50x errors to a maximum of the retries parameter.