Module pact_consumer::builders[][src]

Expand description

Support for building the types in pact_matching::models. This could theoretically be moved into pact_matching::models at some future date, but that’s currently undergoing heavy construction.

Structs

Builder for Interaction objects. Normally created via PactBuilder::interaction.

Builder for Pact objects.

Builder for Request objects. Normally created via PactBuilder.

Builder for Response objects. Normally created via PactBuilder.

Traits

Various methods shared between RequestBuilder and ResponseBuilder.