Expand description
Parsing layer for .http specs files.
specparses the line-oriented outer grammar (setup directives, endpoint blocks, body schemas, etc.) into acrate::spec::SpecAST.execparses the Exec mini-language used insideExec:directives into a sequence ofcrate::spec::ExecStage.
No execution happens here: this module only turns source text into AST.
Re-exports§
pub use spec::parse;pub use spec::ParseResult;