diff options
author | jcid <devnull@localhost> | 2008-02-28 13:06:52 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-02-28 13:06:52 +0100 |
commit | f814f107fcaa98f1897624af7661f948974fd639 (patch) | |
tree | 8b5c3063c5641dafe00ba67e5e7d6b6d9671505a /src/url.h | |
parent | 3db452ebf6e03d52dce137e4f646f9814baa595d (diff) |
+ Added multipart/form-data encoding for form submission.
Diffstat (limited to 'src/url.h')
-rw-r--r-- | src/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ #define URL_ReloadIncomplete (1 << 9) #define URL_SpamSafe (1 << 10) +#define URL_MultipartEnc (1 << 11) + /* * Access methods to fields inside DilloURL. * (non '_'-ended macros MUST use these for initialization sake) |