tap-http 0.7.0

HTTP server for the Transaction Authorization Protocol (TAP)
Documentation
1
2
3
4
5
6
7
8
9
10
//! External decision executable support
//!
//! This module provides support for delegating TAP transaction decisions
//! to an external long-running process that communicates over stdin/stdout
//! using JSON-RPC 2.0.

pub mod manager;
pub mod protocol;

pub use manager::{ExternalDecisionConfig, ExternalDecisionManager, SubscribeMode};