export enum HttpVerb { Get = 'GET', Post = 'POST', Put = 'PUT', Patch = 'PATCH', Delete = 'DELETE', Copy = 'COPY', Head = 'HEAD', Options = 'OPTIONS', Link = 'LINK', Unlink = 'UNLINK', Purge = 'PURGE', Lock = 'LOCK', Unlock = 'UNLOCK', Profind = 'PROFIND', View = 'VIEW' }