[][src]Module pact_consumer::builders

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

InteractionBuilder

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

PactBuilder

Builder for Pact objects.

RequestBuilder

Builder for Request objects. Normally created via PactBuilder.

ResponseBuilder

Builder for Response objects. Normally created via PactBuilder.

Traits

HttpPartBuilder

Various methods shared between RequestBuilder and ResponseBuilder.