Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.07 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.07 KB

raft-http Build Status Coverage Status Go Report Card GoDoc

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.

Documentation

The documentation for this package can be found on Godoc.