restsharp/RestSharp

Support for HttpMessageHandler to allow in-memory web api

juliencousineau opened this issue · 3 comments

Like HttpClient does with

HttpConfiguration config = new HttpConfiguration();

WebApiConfig.Register(config);

_server = new HttpServer(config);

_client = new HttpClient(_server);

It can be really helpful if RestSharp can support like HttpClient!

Any update on this? This would be helpful to have something like this in RestSharp

Of course. If you need it - please do it.

Duplicate of #747