Expand description
Async Rust FastAGI server for the Asterisk Gateway Interface.
AGI allows external programs to control Asterisk dialplan execution. This crate provides a FastAGI TCP server that dispatches incoming connections to a user-defined handler.
Re-exports§
pub use channel::AgiChannel;pub use error::AgiError;pub use handler::AgiHandler;pub use request::AgiRequest;pub use server::AgiServer;pub use server::ShutdownHandle;