summaryrefslogtreecommitdiff
path: root/includes/Http.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Http.h')
-rw-r--r--includes/Http.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/Http.h b/includes/Http.h
index cd7973f..05e72f4 100644
--- a/includes/Http.h
+++ b/includes/Http.h
@@ -24,7 +24,13 @@ class Request {
enum {
GET,
+ HEAD,
POST,
+ PUT,
+ DELETE,
+ TRACE,
+ OPTIONS,
+ CONNECT,
REDIRECT = 301,