Module t.w.d.e.rfc2518

Part of twisted.web2.dav.element View Source

RFC 2518 (WebDAV) XML Elements

This module provides XML element definitions for use with WebDAV.

See RFC 2518: http://www.ietf.org/rfc/rfc2518.txt
Class ActiveLock Describes a lock on a resource. (RFC 2518, section 12.1)
Class Depth The value of the depth header. (RFC 2518, section 12.1.1)
Class LockToken The lock token associated with a lock. (RFC 2518, section 12.1.2)
Class Timeout The timeout associated with a lock. (RFC 2518, section 12.1.3)
Class Collection Identifies the associated resource as a collection. (RFC 2518, section 12.2)
Class HRef Identifies the content of the element as a URI. (RFC 2518, section 12.3)
Class Link Identifies the property as a link and contains the source and
Class LinkDestination Indicates the destination of a link. (RFC 2518, section 12.4.1)
Class LinkSource Indicates the source of a link. (RFC 2518, section 12.4.2)
Class LockEntry Defines the types of lock that can be used with the
Class LockInfo Used with a LOCK method to specify the type of lock that the
Class LockScope Specifies whether a lock is an exclusive lock or a shared
Class Exclusive Indicates an exclusive lock. (RFC 2518, section 12.7.1)
Class Shared Indicates a shared lock. (RFC 2518, section 12.7.2)
Class LockType Specifies the access type of a lock. (RFC 2518, section 12.8)
Class Write Indicates a write lock. (RFC 2518, section 12.8.1)
Class MultiStatus Contains multiple Responses. (RFC 2518, section 12.9)
Class Response Holds a single response describing the effect of a method on a
Class StatusResponse Specialized derivative of Response for resource status.
Class PropertyStatusResponse Specialized derivative of Response for property status.
Class PropertyStatus Groups together a Property and Status element that is associated
Class Status Holds a single HTTP status line. (RFC 2518, section 12.9.1.2)
Class ResponseDescription Contains a message that can be displayed to the user explaining the nature
Class Owner Property which provides information about the principal taking out a lock.
Class PropertyContainer Contains properties related to a resource. (RFC 2518, section 12.11)
Class PropertyBehavior Specifies how properties are handled during a COPY or MOVE. (RFC 2518,
Class KeepAlive Specifies requirements for the copying/moving or live properties. (RFC 2518,
Class Omit Instructs the server that it should use best effort to copy properties. (RFC
Class PropertyUpdate Contains a request to alter the properties on a resource. (RFC 2518, section
Class Remove Lists the DAV properties to be removed from a resource. (RFC 2518, section
Class Set Lists the DAV properties to be set for a resource. (RFC 2518, section
Class PropertyFind Specifies the properties to be returned from a PROPFIND
Class AllProperties Specifies that all property names and values on the resource are
Class PropertyName Specifies that only a list of property names on the resource are
Class CreationDate Records the time and date that the resource was created. (RFC 2518, section
Class DisplayName Provides a name for the resource that is suitable for presentation
Class GETContentLanguage Contains the Content-Language header returned by a GET without
Class GETContentLength Contains the Content-Length header returned by a GET without
Class GETContentType Contains the Content-Type header returned by a GET without
Class GETETag Contains the ETag header returned by a GET without
Class GETLastModified Contains the Last-Modified header returned by a GET without accept
Class LockDiscovery Describes the active locks on a resource. (RFC 2518, section 13.8)
Class ResourceType Specifies the nature of the resource. (RFC 2518, section 13.9)
Class Source The destination of the source link identifies the resource that
Class SupportedLock Provides a listing of the lock capabilities supported by the
API Documentation for twisted, generated by pydoctor.