veltrix 0.4.1

General utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Caddy Admin API integration.
//!
//! This module exposes an async client for selected Caddy 2 Admin API
//! workflows over HTTP or Unix sockets.

pub mod admin;
pub mod spec;
pub mod types;

pub use admin::CaddyAdminClient;
pub use spec::*;
pub use types::*;