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.
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
- Nntp
Command - NNTP command classification for different handling strategies