about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http11/http11_parser.h')
-rw-r--r--ext/http11/http11_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http11/http11_parser.h b/ext/http11/http11_parser.h
index cd6692d..8d074ba 100644
--- a/ext/http11/http11_parser.h
+++ b/ext/http11/http11_parser.h
@@ -30,6 +30,7 @@ typedef struct http_parser {
   field_cb http_field;
   element_cb request_method;
   element_cb request_uri;
+  element_cb fragment;
   element_cb request_path;
   element_cb query_string;
   element_cb http_version;