coniks-sys / coniks-go

A CONIKS implementation in Golang
http://coniks.org
Other
116 stars 30 forks source link

HTTP communication #174

Open jpeisenbarth opened 7 years ago

jpeisenbarth commented 7 years ago

Hello,

the HTTP communication feature discussed in #165 has been added.

For now we can still use TCP or Unix sockets, it depends on the config file (replace tcp://127.0.0.1:3000 by https://127.0.0.1:3000 for example)

I hope this is OK but do not hesitate to tell me if there is something wrong with the code

EDIT : Oh yes I forgot to say that this needs the 1.8 version of Go. Prior to this they were no shutdown function for an HTTP server.