| Trait | Description |
|---|---|
| HttpPart | Base trait for an object that represents part of an http message |
| Class | Description |
|---|---|
| Consumer | Pact Consumer |
| Interaction | Interaction between a consumer and a provider |
| Pact | Pact between a consumer and a provider |
| PactReader | Class to load a Pact from a JSON source using a version strategy |
| PactWriter | Class to write out a pact to a file |
| Provider | Pact provider |
| Request | Request made by a consumer to a provider |
| Response | Response from a provider to a consumer |
| Exception | Description |
|---|---|
| InvalidPactException | Exception class to indicate an invalid pact specification |