Module t.w.d.m.copymove

Part of twisted.web2.dav.method View Source

WebDAV COPY and MOVE methods.
Function http_COPY Respond to a COPY request. (RFC 2518, section 8.8)
Function http_MOVE Respond to a MOVE request. (RFC 2518, section 8.9)
Function prepareForCopy Undocumented
Function _prepareForCopy Undocumented
def http_COPY(self, request): (source)
Respond to a COPY request. (RFC 2518, section 8.8)
def http_MOVE(self, request): (source)
Respond to a MOVE request. (RFC 2518, section 8.9)
def prepareForCopy(self, request): (source)
Undocumented
def _prepareForCopy(destination, destination_uri, request, depth): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.