class documentation
class _UnsafeForbiddenResource(_UnsafeErrorPage): (source)
Constructor: _UnsafeForbiddenResource(message)
_UnsafeForbiddenResource, publicly available via the deprecated alias ForbiddenResource is a specialization of _UnsafeErrorPage which returns the FORBIDDEN HTTP response code.
Deprecated in Twisted 22.10.0 because it permits HTML injection; use twisted.web.pages.forbidden instead.
| Method | __init__ |
Initialize. |
Inherited from _UnsafeErrorPage:
| Method | get |
Retrieve a 'child' resource from me. |
| Method | render |
Render a given resource. See IResource's render method. |
| Instance Variable | brief |
A short string which will be included in the response body as the page title. |
| Instance Variable | code |
An integer status code which will be used for the response. |
| Instance Variable | detail |
A longer string which will be included in the response body. |
| Instance Variable | template |
A native string which will have a dictionary interpolated into it to generate the response body. The dictionary has the following keys: |
Inherited from Resource (via _UnsafeErrorPage):
| Method | del |
Undocumented |
| Method | get |
Deprecated in favor of getChildForRequest. |
| Method | get |
Retrieve a static or dynamically generated child resource from me. |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | list |
Undocumented |
| Method | put |
Register a static child. |
| Method | really |
Undocumented |
| Method | render_ |
Default handling of HEAD method. |
| Class Variable | allowed |
Undocumented |
| Class Variable | is |
Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource. |
| Class Variable | server |
Undocumented |
| Instance Variable | children |
Undocumented |