Skip to content

Create common, polymorphic base class for HTTP/HTTPSServer

Ole Christian Eidheim requested to merge ttislerdg:master into master

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

Merge request reports