Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 442 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 442 Bytes

gohttps

This repository contains examples of HTTPS clients and servers. It includes simple server with minimal TLS configuration and a more advanced server that covers additional TLS configuration options. They demonstrate a range of behavorios between TLS clients and servers. See Create Secure Clients and Servers in Golang Using HTTPS for more information regarding this project.