//! Adapter for `yubihsm-connector` which communicates using HTTP.
//!
//! <https://developers.yubico.com/YubiHSM2/Component_Reference/yubihsm-connector/>
use ResponseReader;
pub use ;
/// User-Agent string to supply
pub const USER_AGENT: &str = concat!;
/// Maximum size of the HTTP response from `yubihsm-connector`
pub const MAX_RESPONSE_SIZE: usize = 4096;