1 2 3 4 5 6 7 8 9 10 11 12 13
//! x402 v2 payment gate: Sequential, wait-2xx-then-spawn, and stream-then-settle. pub(crate) mod accept; pub(crate) mod inflight; pub(crate) mod price; pub(crate) mod schemes; pub(crate) mod serve; pub(crate) mod tags; pub(crate) mod tee; pub(crate) mod usage; #[cfg(test)] mod serve_tests;