Module t.w.d.m.lock

Part of twisted.web2.dav.method View Source

WebDAV LOCK and UNLOCK methods
Function http_LOCK Respond to a LOCK request. (RFC 2518, section 8.10)
Function http_UNLOCK Respond to a UNLOCK request. (RFC 2518, section 8.11)
def http_LOCK(self, request): (source)
Respond to a LOCK request. (RFC 2518, section 8.10)
def http_UNLOCK(self, request): (source)
Respond to a UNLOCK request. (RFC 2518, section 8.11)
API Documentation for twisted, generated by pydoctor.