diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-14 18:04:00 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-14 18:04:00 +0100 |
commit | 170c94e97336aedf2d22235479bc346ad5c42046 (patch) | |
tree | 5784c6c10b42bf949da4e8beb9a07238a35344bd /include | |
parent | 71f29a4ccfadb0eeed83479e61287252f9804fa7 (diff) |
Post En court Ne fonctionne pas
Diffstat (limited to 'include')
-rw-r--r-- | include/local-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h index a5d48bfd..805a434d 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -76,7 +76,6 @@ typedef int BOOL; extern int verbose; // this is the only global variable - // Plugin Type typedef enum {AFB_PLUGIN_JSON=123456789, AFB_PLUGIN_JSCRIPT=987654321, AFB_PLUGIN_RAW=987123546} AFB_pluginT; @@ -88,6 +87,7 @@ extern char *ERROR_LABEL[]; #define BANNER "<html><head><title>Application Framework Binder</title></head><body>Application Framework </body></html>" #define JSON_CONTENT "application/json" +#define FORM_CONTENT "multipart/form-data" #define MAX_POST_SIZE 4096 // maximum size for POST data #define CTX_NBCLIENTS 10 // allow a default of 10 authenticated clients |