Romain Lecomte
Romain Lecomte
Hammock Interpreter have HttpClient as constructor parameter. So why use Kleisli[F, HttpClient, ?] in the internal machinery? We could just use Async effect without any other layer.
## What this PR does ## Related ## Special notes for your reviewer
## Goal User would like to define partial body matching on incoming resquest. For instance this expectation : ```json { "foo": "bar" } ``` should match both body below :...
## Goal Currently, we can only define Textual and JSON body input. It would be nice to add XML support as well.
## Goal In #17 , we introduced a way to match incoming requests with our registered expectation. The strategy is really simple => take the first expectation that match the...