Previous topic

The cinder.api.middleware.fault Module

Next topic

The cinder.api.openstack.urlmap Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.middleware.sizelimit Module

Request Body limiting middleware.

class LimitingReader(data, limit)

Bases: object

Reader to limit the size of an incoming request.

read(i=None)
class RequestBodySizeLimiter(*args, **kwargs)

Bases: cinder.wsgi.Middleware

Add a ‘cinder.context’ to WSGI environ.