Part of twisted.web2.static View Source View In Hierarchy
Known subclasses: twisted.web2.static.StaticRenderMixin
iweb.IResource
which provides methods for accessing resource metadata specified by
HTTP.
Method | etag | |
Method | lastModified | |
Method | creationDate | |
Method | contentLength | |
Method | contentType | |
Method | contentEncoding | |
Method | displayName | |
Method | exists |
Returns | The current etag for the resource if available, None otherwise. |
Returns | The last modified time of the resource if available, None otherwise. |
Returns | The creation date of the resource if available, None otherwise. |
Returns | The size in bytes of the resource if available, None otherwise. |
Returns | The MIME type of the resource if available, None otherwise. |
Returns | The encoding of the resource if available, None otherwise. |
Returns | The display name of the resource if available, None otherwise. |
Returns | True if the resource exists on the server, False otherwise. |