modulepackage
0.0.0-20221018114708-588add1ecc83
Repository: https://github.com/robustirc/rafthttp.git
Documentation: pkg.go.dev
# README
RobustIRC is in semi-private beta. We currently offer no help, no stability guarantees, no instructions. Please come back at a later point in time, once we actually published something :).
# Functions
NewHTTPTransport creates a new HTTP transport on the given addr.
# Structs
HTTPTransport provides a HTTP-based transport that can be used to communicate with Raft on remote machines.
# Interfaces
Doer provides the Do() method, as found in net/http.Client.