Struct yubihsm::HttpConnector[][src]

pub struct HttpConnector { /* fields omitted */ }

HTTP(-ish) connector which supports the minimal parts of the protocol required to communicate with the yubihsm-connector service.

Trait Implementations

impl Connector for HttpConnector
[src]

Configuration options for this connector

Open a connection to a yubihsm-connector

GET /connector/status returning the result as connector::Status

POST /connector/api with a given command message

Auto Trait Implementations