Skip to main content

Module command

Module command 

Source
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§

CommandHandler
Handler for processing commands and determining actions

Enums§

AuthAction
Specific authentication action
CommandAction
Action to take in response to a command