v0.7.0
Adding TLS support.
There are API changes for server:
- Instead srv.Listen() + srv.Serve() this is now merged into single function srv.ListenAndServe() that needs explicit call (Similar like http package)
- For TLS srv.ListenAndServeTLS() is added.
For now simple TLS call is tested