ithewei %!s(int64=6) %!d(string=hai) anos
pai
achega
08f8713cd0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      http/httpdef.h

+ 2 - 0
http/httpdef.h

@@ -157,6 +157,8 @@ enum http_method {
     XX(APPLICATION_URLENCODED,  application/x-www-form-urlencoded, kv)  \
     XX(MULTIPART_FORM_DATA,     multipart/form-data,               mp)  \
 
+#define X_WWW_FORM_URLENCODED   APPLICATION_URLENCODED // for compatibility
+
 enum http_content_type {
 #define XX(name, string, suffix)   name,
     CONTENT_TYPE_NONE,