salilbc / rest-assured

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

Add URL and URI support to http method #278

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example:

URL myUrl = new URL(..);

Response r = get(myUrl);

Original issue reported on code.google.com by johan.ha...@gmail.com on 26 Nov 2013 at 2:45

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 27 Nov 2013 at 2:21