Expand description
Command processing module
This module handles NNTP command classification and processing. It provides a clean abstraction for parsing and validating commands without coupling to the proxy implementation.
Re-exports§
pub use classifier::NntpCommand;
Modules§
- classifier
- NNTP Command Classification for High-Performance Proxying
Structs§
- Command
Handler - Handler for processing commands and determining actions
Enums§
- Auth
Action - Specific authentication action
- Command
Action - Action to take in response to a command