The nova.api.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: nova.wsgi.Middleware

Limit the size of incoming requests.

Previous topic

The nova.api.openstack.xmlutil Module

Next topic

The nova.api.validator Module

This Page