Lua Log #8: HTTP Parsing
My next challenge in my Lua project is to parse incoming network data into HTTP requests that an application can process. In this entry, I explore the options available to me and why I am making the choice to build my own HTTP parser.