Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 311 Bytes

File metadata and controls

10 lines (7 loc) · 311 Bytes

securehttp

This is a golang http enhancement for secure http. It uses asymmetric encryption algorithms to communicate between servers and clients. It differs from HTTPS in that the clients decides the algo and public key, then server responds with encrypted message.

How to use

See examples