h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

is there a way to test asynchronous response handling using REST client? #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Does REST client support asynchronous response handling?. My requirement is 
that the response to every REST client request is asynchronous. So I want to 
test these asynchronous events that are returned to a callback URL from my 
server. Does REST client run a web server in background so that I can specify 
its URL as a callback URL?

If asynchronous testing is not supported currently by REST Client, is there any 
other tool which can be used with REST-Client by which I can test asynchronous 
response handling?

Original issue reported on code.google.com by adityagu...@gmail.com on 18 Apr 2011 at 10:17

GoogleCodeExporter commented 8 years ago
Sorry, RESTClient does not support it. I am also not aware of such tools.

Original comment by subwiz on 18 Apr 2011 at 11:52