Multiple user referentials working with IPA.
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / http / HttpHeader.java
index 2fb8f302c68fb2deb15567bfd3742e96746404b5..74cf94c03101d209bb06b89c1dfdb82cec158451 100644 (file)
@@ -1,9 +1,14 @@
 package org.argeo.util.http;
 
-/** HTTP headers which are specific to WebDAV. */
+/** Standard HTTP headers (including WebDav). */
 public enum HttpHeader {
        AUTHORIZATION("Authorization"), //
        WWW_AUTHENTICATE("WWW-Authenticate"), //
+       ALLOW("Allow"), //
+
+       // WebDav
+       DAV("DAV"), //
+       DEPTH("Depth"), //
        ;
 
        public final static String BASIC = "Basic";