diff options
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, |