HttpRequester and in-memory Web-API testing
I’ve been working with ASP.Net WebAPI a bit lately. While doing this, I had the need for writing some integration tests by excercising the API using my little Requester library [https://github.com/danielwertheim/requester]. I wanted a solution where I was doing requests against “hosted” API-endpoin…
Daniel Wertheim