Added HTTP OPTIONS support:
authorAndrew Canaday <andrew.canaday@nytimes.com>
Sat, 5 Jul 2014 02:04:19 +0000 (10:04 +0800)
committerAndy Green <andy.green@linaro.org>
Sun, 6 Jul 2014 01:36:43 +0000 (09:36 +0800)
commitda55fb5208323e43ee7f81f631f7f2d235ca1c56
tree0e27a09aa3a6e1fe03ece7d9441bb4a3c8b439c9
parent18fd4f6722581a48271a3cfc4a67f300695c6f82
Added HTTP OPTIONS support:

     - added options to minilex.c
     - regenerated lextable.h
     - added WSI_TOKEN_OPTIONS_URI to libwebsockets.h
     - tweaked parsers.c to accommodate OPTIONS token
     - tweaked server.c to set uri_ptr and uri_len for HTTP callback on OPTIONS as well
lib/lextable.h
lib/libwebsockets.h
lib/minilex.c
lib/parsers.c
lib/server.c