Created to be used in internal load-tests to mock some http services Developed with these requirements in mind: * Uses .net built-in HttpServer * No admin-rights necessary * Concurrency * Easy to mock responses with funcs or with custom IHttpHandlerMock Cons: * It is small, so only simplified handler exists - which supports mocking StatusCode/ContentType/ResponseBody. * Advanced features require implementing IHttpHandlerMock and handling HttpListenerContext.
$ dotnet add package Viki.HttpMockSlimNo README available.