[][src]Module cashweb_relay_client::services

This module contains lower-level primitives for working with the RelayClient.

Structs

GetMessages

Represents a request for a MessagePage.

GetProfile

Represents a request for the Profile object.

HttpConnector

A connector for the http scheme.

PutProfile

Request for putting Profile to the keyserver.

Uri

The URI component of a request.

Enums

GetMessageError

Error associated with getting a MessagePage to the relay server.

GetProfileError

Error associated with getting a Profile from a relay server.

PutProfileError

Error associated with putting Profile to the relay server.

Traits

Connect

Connect to a destination, returning an IO transport.