fabric8io / mockwebserver

An extension of okhttp's mockwebserver, that provides a DSL and is easier to use
Apache License 2.0
113 stars 38 forks source link

Added possibility to reply with a dynamically generated response #12

Closed nicolaferraro closed 7 years ago

nicolaferraro commented 7 years ago

This allows adding some custom code to the responses if needed, e.g. to record that a particular call has been made. It allows also to inspect the content of the request if needed.

@iocanel can you take a look?

iocanel commented 7 years ago

LGTM [merge]