diff options
author | Pixel <pixel@nobis-crew.org> | 2011-12-13 21:51:37 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-12-13 21:51:37 -0800 |
commit | f191c6f606fe15f2a99b850aabe65c11f884e289 (patch) | |
tree | 1f53b99e5c19591894445a2f16f7d76e6c286cbf /includes | |
parent | 96be50597d948d8bfa5adb2dc0204bbc3b61b1dd (diff) |
Better implementation of RFC 2324.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/Http.h b/includes/Http.h index 26323ee..8b0e313 100644 --- a/includes/Http.h +++ b/includes/Http.h @@ -33,6 +33,9 @@ enum { TRACE, OPTIONS, CONNECT, + BREW, + PROPFIND, + WHEN, REDIRECT = 301, |