[][src]Module interledger::http

ILP-Over-HTTP client and server

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.