chiark / gitweb /
url: Allow various `safe' characters unquoted in URL strings.
[mLib] / url.h
diff --git a/url.h b/url.h
index c351343f4b7ea9d388eb60e46e09d8975fb4937c..be38bdceba7c32d798cf9dcff93f453314dc8fbc 100644 (file)
--- a/url.h
+++ b/url.h
@@ -47,6 +47,8 @@ typedef struct url_ectx {
 } url_ectx;
 
 #define URLF_SEP 1u
+#define URLF_STRICT 2u
+#define URLF_LAX 4u
 
 typedef struct url_dctx {
   const char *p;