ramka.response package#

Submodules#

ramka.response.response module#

class ramka.response.response.Response(body=None, status=None, headerlist=None, app_iter=None, content_type=None, conditional_response=None, charset=<object object>, **kw)#

Bases: Response

Application response implementation.

There is no custom logic here at the moment, but there will be in the future.

Module contents#

class ramka.response.Response(body=None, status=None, headerlist=None, app_iter=None, content_type=None, conditional_response=None, charset=<object object>, **kw)#

Bases: Response

Application response implementation.

There is no custom logic here at the moment, but there will be in the future.