pub fn parse_request(line: &str) -> Result<Request, String>Expand description
Parse one line into a request.
Control verbs are recognized first; anything else is handed to the
step deserializer under its own tag, so step shapes stay defined in
exactly one place (flow::Step) and can never drift from the flow
file format.