Command-line tool to encode into or decode from HTTP chunked transfer coding (RFC 7230, section 4.1).
I'm a Rust beginner, so the code might be unelegant. 🙈
shell
cargo install chunked_transfer_cli
You can also download a binary from the releases page.
```txt chunkedtransfercli 0.1.0 Command-line tool to encode into or decode from HTTP chunked transfer coding (RFC 7230).
USAGE: chunkedtransfercli [SUBCOMMAND]
OPTIONS: -h, --help Print help information -V, --version Print version information
SUBCOMMANDS: decode decodes chunked data encode encodes data as chunked help Print this message or the help of the given subcommand(s) ```
```txt decodes chunked data
USAGE: chunkedtransfercli decode
OPTIONS: -h, --help Print help information ```
```txt encodes data as chunked
USAGE: chunkedtransfercli encode [OPTIONS]
OPTIONS:
--chunk-size