djangid / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for asynchronous REST calls #307

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Async web services are getting more popular. Currently, rest-assured does not 
support these calls. Servlet 3 enabled these async behavior, MBaaS (StackMob, 
Parse, etc.) have purely async services, and others are adopting this pattern.

JAX-RS 2.0 has a web service client class (javax.ws.rs.client.Client) that can 
wait for an async web service call to complete before proceeding (see async() 
method). Having a similar behavior/ability to wait for an async call to 
finish/return would be very useful.

Forum topic (and example code of Client's async usage) here: 
https://groups.google.com/forum/#!topic/rest-assured/aWWWehfUrV0

Original issue reported on code.google.com by c.yem...@gmail.com on 7 Feb 2014 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 9 Feb 2014 at 3:12

GoogleCodeExporter commented 8 years ago
PR done - https://github.com/jayway/rest-assured/pull/39

Original comment by marcin.g...@gmail.com on 10 May 2015 at 7:09

GoogleCodeExporter commented 8 years ago
Issue 399 has been merged into this issue.

Original comment by johan.ha...@gmail.com on 7 Jun 2015 at 4:52