[][src]Module xaynet_sdk::client

Structs

Client

A client that communicates with the coordinator's API via HTTP(S).

InvalidBaseUrl

Error returned when trying to client a Client with an invalid address for the Xaynet coordinator.

Enums

ClientError

Error returned upon failing to build a new Client

Traits

XaynetHttpClient

A basic HTTP interface that Client HTTP backends must implement.