Creating a HTTP Server for the Unicon Programming language Built on top of TCP Server
Recieves request from client as a String, parses the request using HTTP specification, and returns a response string in proper HTTP format.
TTCP is functions initially written to work with the TCP server class
Masterclass is those functions written into class structures all in one file
TODO split classes into own file and create make file