pact-foundation / pact-reference

Reference implementations for the pact specifications
https://pact.io
MIT License
91 stars 46 forks source link

feat: add user-agent header to the HALClient #237

Closed andrisak closed 1 year ago

andrisak commented 1 year ago

This PR adds a User-Agent to the HALClient used by the pact_verifier to interact with the Pact Broker.

Fixes #236.

rholshausen commented 1 year ago

Thanks for the PR!