Parse fragments in URLs.
[doldaconnect.git] / include / http.h
index e6d1020..8223be3 100644 (file)
@@ -27,6 +27,7 @@ struct hturlinfo {
     int port;
     char *path;
     char *query;
+    char *fragment;
 };
 
 struct htconn {