Campoie / rest-assured

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

Add support for get(), post(), put() etc #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Added support for http method without any parameters. For example given that
RestAssured.baseUri = "http://myservice.com/something";

it would be useful to be able to do

Response r = get(); 

Which would call the path specified in the baseUri. 

Calling get() having a base path or uri set should call localhost:8080.

Original issue reported on code.google.com by johan.ha...@gmail.com on 27 Nov 2013 at 11:46

GoogleCodeExporter commented 9 years ago

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