This repository provides the rafthttp
package, which can be used to
establish a network connection between to raft nodes using HTTP. Once
the HTTP connection is established, the Upgrade header will be used to
switch it to raw TCP mode, and the regular TCP-based network transport
of the raft
package can take it
from there.
The documentation for this package can be found on Godoc.