[][src]Crate interledger_http

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.

Structs

HttpClientService
HttpServerService

A Hyper::Service that parses incoming ILP-Over-HTTP requests, validates the authorization, and passes the request to an IncomingService handler.

Traits

HttpAccount
HttpStore

The interface for Stores that can be used with the HttpServerService.