xetorthio / shmock

Simple HTTP Mocking Library
MIT License
101 stars 20 forks source link

Add a skipUnmatchedRequests() to allow multiple handlers on same path #8

Open kylezeeuwen opened 10 years ago

kylezeeuwen commented 10 years ago

This satisfies issue https://github.com/xetorthio/shmock/issues/2 and IMO is a generally useful addition to the package.

apandichi commented 9 years ago

Hi, Is there a reason why this change isn't merged and released yet?