aboutsummaryrefslogtreecommitdiffstats
path: root/http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'http_request.h')
-rw-r--r--http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/http_request.h b/http_request.h
index c08d51f..9190dac 100644
--- a/http_request.h
+++ b/http_request.h
@@ -6,6 +6,7 @@ namespace flask
{
struct request
{
+ HTTPMethod method;
std::string url;
std::unordered_map<std::string, std::string> headers;
std::string body;