Create common, polymorphic base class for HTTP/HTTPSServer
Created by: ttislerdg
Addresses Issue #168
Removed templating on ServerBase and inner classes. Created virtual methods for those using sockets Subclassed Response and Connection for HTTP/HTTPS
All code and functionality should be identical, just reorganized to make the base class possible