summaryrefslogtreecommitdiff
path: root/includes/Http.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-21 18:32:27 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-21 18:32:27 -0800
commit9754372d5e4125bf5850d9cd3ae93d529efdef8d (patch)
treefc20e375256b95bbd13fecde0d85181100a198e4 /includes/Http.h
parent9697add8b75b96662c8d39477e58d5841c4b9cba (diff)
Preliminary WebSocket protocol support.
Diffstat (limited to 'includes/Http.h')
-rw-r--r--includes/Http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Http.h b/includes/Http.h
index 7c351a6..fae2ad9 100644
--- a/includes/Http.h
+++ b/includes/Http.h
@@ -27,6 +27,7 @@ struct Request {
StringMap headers;
FileList files;
bool persistent;
+ bool upgrade;
String version;
};