mpay 0.2.0

Machine Payment Protocol - Rust library for Web Payment Auth
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Examples

Integration examples for using `mpay` with common Rust HTTP libraries.

| Example | Description |
|---------|-------------|
| [custom-methods]./custom-methods.md | Implement custom payment methods |
| [reqwest-client]./reqwest-client.md | Client-side 402 handling with reqwest |
| [axum-server]./axum-server.md | Server-side payment gating with axum |
| [tower-middleware]./tower-middleware.md | Reusable middleware with tower |
| [hyper-low-level]./hyper-low-level.md | Low-level integration with hyper |