Binds the server to the given address.
server.host("0.0.0.0"); server.host("::1", 8080);
See Implementation
Binds the server to the given address.