Refactored server to move request parsing into a separate file. This allows the server to be used in firmware builds with floating point enabled.

This commit is contained in:
Marcos Kirsch
2015-03-22 22:02:38 -05:00
parent dfb2dbecdf
commit 75ed944678
4 changed files with 66 additions and 64 deletions

View File

@@ -10,7 +10,7 @@ PORT=/dev/cu.usbserial-A602HRAZ
# End of user config
######################################################################
HTTP_FILES := $(wildcard http/*)
LUA_FILES := init.lua httpserver.lua httpserver-static.lua httpserver-error.lua
LUA_FILES := init.lua httpserver.lua httpserver-request.lua httpserver-static.lua httpserver-error.lua
# Print usage
usage: