### What you need? In order to make the EasyHttpMock agnostic from underlying http server, we need provide handler, request and response abstractions. Maybe with From<Request> and From<Response> of underlying server.
What you need?
In order to make the EasyHttpMock agnostic from underlying http server, we need provide handler, request and response abstractions.
Maybe with From and From of underlying server.