Ongoing, Continuous Integration Server Project
Project Goal: Capable of satisfying GET, PUT, HEAD, and DELETE requests.
Capable of directing users to specified pages, updating the server with sent pages, deleteing files, and sending headers.
Provides a logger class to record changes and requests to specified server file, nad creates one if the files is not present.
Server utilizes an HTTP socket connection. Instatiates specified HTTPD and MIME Configuation Files and parses accordingly.
Multi-Threaded capable server, by extending Thread classes.