I have a lot of existing code that's built around the basic built-in Webserver on port 80. I'm hoping to add this library to handle HTTPS on port 443 but there's is a conflict/name collisions since both Webservers use the same function names, etc. Is there a way to overcome this and allow both webservers to co-exist in the same project?