X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=uhttpd.h;fp=uhttpd.h;h=6ef28d922a5f2f90842149387528addd6a1e15db;hb=b965b8cc10f094ec0408d57b1bc9aeee0bca501c;hp=daf68cecb39b9dbebffb547ecb20b0897ea4ede9;hpb=dabd7dea6445aaa0e5b8d9add1872fa7393b3a85;p=project%2Fuhttpd.git diff --git a/uhttpd.h b/uhttpd.h index daf68ce..6ef28d9 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -68,6 +68,7 @@ struct config { int http_keepalive; int script_timeout; int ubus_noauth; + int ubus_cors; }; struct auth_realm { @@ -81,6 +82,7 @@ enum http_method { UH_HTTP_MSG_GET, UH_HTTP_MSG_POST, UH_HTTP_MSG_HEAD, + UH_HTTP_MSG_OPTIONS, }; enum http_version {