Categorygithub.com/canonicalltd/raft-http
repositorypackage
0.0.0-20190521185906-c97137f04506
Repository: https://github.com/canonicalltd/raft-http.git
Documentation: pkg.go.dev

# README

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.