sahaya / rest-assured

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

Define parser when no response content type is available #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. 

RestAssured.registerParser("", Parser.XML);

or

RestAssured.fallbackParser(Parser.XML);

Original issue reported on code.google.com by johan.ha...@gmail.com on 28 Sep 2011 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 28 Sep 2011 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 1 Oct 2011 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 2 Oct 2011 at 7:07