ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
107 stars 54 forks source link

Added support to missing http methods. #95

Closed opbokel closed 6 years ago

opbokel commented 6 years ago

This is adding the missing HTTP methods(HEAD, CONNECT, PATCH, TRACE) in response to this issue: https://github.com/ITV/scala-pact/issues/80

Followed all procedures described in http://io.itv.com/scala-pact/contributing.html

Thanks!