9 unstable releases (3 breaking)

0.4.0 Nov 11, 2019
0.3.0 Oct 29, 2019
0.2.2-beta.3 Oct 10, 2019
0.2.2-beta.1 Sep 28, 2019
0.1.0 Mar 11, 2019

#6 in #interledger

Download history 4/week @ 2023-11-26 3/week @ 2023-12-24 6/week @ 2024-02-11 7/week @ 2024-02-18 32/week @ 2024-02-25 18/week @ 2024-03-03 18/week @ 2024-03-10

77 downloads per month
Used in 7 crates (6 directly)

Apache-2.0

125KB
3K SLoC

interledger-http

This crate provides an implementation of ILP over HTTP, an implementation of the data link layer of the Interledger Protocol stack, roughly analogous to Ethernet.

This is an alternative to the protocol implemented by the interledger-btp crate, whose main distinguishing feature is the use of HTTP rather than websockets. This protocol is intended primarily for server-to-server communication between peers on the Interledger network.


lib.rs:

interledger-http

Client and server implementations of the ILP-Over-HTTP bilateral communication protocol. This protocol is intended primarily for server-to-server communication between peers on the Interledger network.

Dependencies

~22–36MB
~637K SLoC