hibri / HttpMock

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

WithNewContext baseUri not being used #68

Closed karlomedallo closed 7 years ago

karlomedallo commented 7 years ago

Looking at the code the baseUri parameter for WithNewContext is not being used. Apart from clearing the handlers in the request processor, what is the expectation when that is set? Should it start and listen to the new uri? Or is this an obsolete overload?

hibri commented 7 years ago

Hi @karlomedallo this is an obsolete overload.