views_download (module)

Classes

Response([body, status, headerlist, …])

download_view(request)

object()

The most base type

templates_download(log, request[, elementId])

The worker class for the templates_download module

view_config(**settings)

A function, class or method decorator which allows a developer to create view registrations nearer to a :term:view callable definition than use :term:imperative configuration to do the same.

Functions

view_defaults(**settings)

A class decorator which, when applied to a class, will provide defaults for all view configurations that use the class.

Sub-modules

HTTPFound([location, detail, headers, …])

subclass of _HTTPMove

Response([body, status, headerlist, …])

download_view(request)

logging

Logging package for Python.

object()

The most base type

templates_download(log, request[, elementId])

The worker class for the templates_download module

view_config(**settings)

A function, class or method decorator which allows a developer to create view registrations nearer to a :term:view callable definition than use :term:imperative configuration to do the same.

view_defaults(**settings)

A class decorator which, when applied to a class, will provide defaults for all view configurations that use the class.

class download_view(request)[source]

Bases: object

delete()[source]
get()[source]
post()[source]
put()[source]