Enum http_parser::ParseAction [] [src]

pub enum ParseAction {
    None,
    SkipBody,
}

ParseAction defines the potential actions that could be returned by any callback function. The parser uses it to determine consequent behavior.

Variants

No special actions. Keep the normal execution.

Skip body

Trait Implementations

impl Clone for ParseAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more