* RejectOnMatch (wip)
* RejectOnMatch (wip)
* RejectOnMatch (wip)
* RejectOnMatch (wip)
* docs: improve sample app matcher to show use of reject on match
* Reworked code review comments
* bug: fix supporting the Patch method and logging the body
- Patch not configured to support Body
- Add a unit test
* chore: typo fixed
* Added / reordered tests for PATCH method
* bug: Fix admin api client definition returning the wrong types
- IFluentMockServerAdmin get, find and get all requests should return a log entry model
- Add tests for get and find using the rest ease api client
* Fix Build status and rename tests
* feat: Add the Host, Protocol Port and Origin to the Request message
- Add new fields during request message creation, derived from the Uri object
- Allow the new fields to be accessed in the templating engine
- Add tests for the new fields
* source code file reformat
* appveyor