hen 0.17.0

Run protocol-aware API request collections from the command line or through MCP.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod support;

#[path = "output_cli/helpers.rs"]
mod helpers;
#[path = "output_cli/interrupts.rs"]
mod interrupts;
#[path = "output_cli/json.rs"]
mod json;
#[path = "output_cli/junit.rs"]
mod junit;
#[path = "output_cli/ndjson.rs"]
mod ndjson;
#[path = "output_cli/protocols.rs"]
mod protocols;
#[path = "output_cli/text.rs"]
mod text;