Skip to content
Snippets Groups Projects
Commit 99b5ef90 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

ganeti.http: Add constant for DELETE

Reviewed-by: amishchenko
parent 9501323b
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ HTTP_GET = "GET"
HTTP_HEAD = "HEAD"
HTTP_POST = "POST"
HTTP_PUT = "PUT"
HTTP_DELETE = "DELETE"
HTTP_ETAG = "ETag"
HTTP_HOST = "Host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment