swaggerconformance.response module¶
A response received to a Swagger API operation.
-
class
swaggerconformance.response.Response(raw_response)[source]¶ Bases:
objectA response received to a Swagger API operation.
Parameters: raw_response (pyswagger.io.Response) – The raw response. -
body¶ Parsed response body converted to objects via the codec in use.
-