improve minilex use external parsing header
authorAndy Green <andy.green@linaro.org>
Sat, 9 Nov 2013 02:09:09 +0000 (10:09 +0800)
committerAndy Green <andy.green@linaro.org>
Sat, 9 Nov 2013 02:09:09 +0000 (10:09 +0800)
commitcc13c6f187f47fd31a377d05477f90c0fd7f7452
treefbc1fdf405ddc8e00458809c3da1f2d5af6b3a3a
parent7ee4f890a3497997a963fceca256069ecdf829d5
improve minilex use external parsing header

Clean up minilex
Move the header output to stdout
Introduce lexfile.h as the header output
Use lexfile.h in both minilex itself and lws
Add the following header support

       "Accept:",
       "If-Modified-Since:",
       "Accept-Encoding:",
       "Accept-Language:",
       "Pragma:",
       "Cache-Control:",
       "Authorization:",
       "Cookie:",
       "Content-Type:",
       "Date:",
       "Range:",
       "Referer:"

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/lextable.h [new file with mode: 0644]
lib/libwebsockets.h
lib/minilex.c
lib/parsers.c
test-server/test-server.c