Skip to content

v0.7.0

Compare
Choose a tag to compare
@emiago emiago released this 01 Jan 20:40
· 353 commits to main since this release

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