Campoie / rest-assured

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

Improve default baseUri #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You should be able to set 

RestAssured.baseUri = "http://somehost.org:8080/something"

and then do 

get("/else") which should direct you to 
"http://somehost.org:8080/something/else"

Original issue reported on code.google.com by johan.ha...@gmail.com on 29 Mar 2011 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 29 Mar 2011 at 11:52

GoogleCodeExporter commented 9 years ago
Issue 108 has been merged into this issue.

Original comment by johan.ha...@gmail.com on 1 Oct 2011 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 1 Oct 2011 at 7:06