Moved BufferedConnection into its own file.

This commit is contained in:
Marcos Kirsch
2016-02-16 22:45:14 -06:00
parent 3357919f44
commit e7db3dce7d
4 changed files with 76 additions and 34 deletions

View File

@@ -11,7 +11,17 @@ SPEED=9600
# End of user config
######################################################################
HTTP_FILES := $(wildcard http/*)
LUA_FILES := init.lua httpserver.lua httpserver-request.lua httpserver-basicauth.lua httpserver-b64decode.lua httpserver-conf.lua httpserver-static.lua httpserver-header.lua httpserver-error.lua
LUA_FILES := \
init.lua \
httpserver.lua \
httpserver-b64decode.lua \
httpserver-basicauth.lua \
httpserver-conf.lua \
httpserver-connection.lua \
httpserver-error.lua \
httpserver-header.lua \
httpserver-request.lua \
httpserver-static.lua \
# Print usage
usage: