Skip to content

Support for HttpMessageHandler to allow in-memory web api #932

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
juliencousineau opened this issue Feb 24, 2017 · 3 comments
Closed

Support for HttpMessageHandler to allow in-memory web api #932

juliencousineau opened this issue Feb 24, 2017 · 3 comments

Comments

@juliencousineau
Copy link

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!

@shyamgudi
Copy link

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

@alexeyzimarev
Copy link
Member

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

@alexeyzimarev
Copy link
Member

Duplicate of #747

@alexeyzimarev alexeyzimarev marked this as a duplicate of #747 Jan 21, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants