module Sinatra::WebDAV

def unlock(path, opts = {}, &bk) route 'UNLOCK', path, opts, &bk end

def lock(path, opts = {}, &bk) route 'LOCK', path, opts, &bk end
def unlock(path, opts = {}, &bk)    route 'UNLOCK',    path, opts, &bk end