hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

HttpMock not extensible #50

Closed neoistheone123 closed 8 years ago

neoistheone123 commented 8 years ago

Could you please use Dependency Injection in HttpServer? For example, HttpServer(URI) has dependencies which cannot be extended.