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
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 27 Nov 2013 at 11:46