ramka.request package#

Submodules#

ramka.request.request module#

class ramka.request.request.Request(environ, charset=None, unicode_errors=None, decode_param_names=None, **kw)#

Bases: Request

Application request implementation.

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

Module contents#

class ramka.request.Request(environ, charset=None, unicode_errors=None, decode_param_names=None, **kw)#

Bases: Request

Application request implementation.

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