Crates.io | chunked_transfer_cli |
lib.rs | chunked_transfer_cli |
version | 0.1.1 |
source | src |
created_at | 2022-08-09 10:08:47.710261 |
updated_at | 2023-08-08 12:13:04.394202 |
description | Command-line tool to encode into or decode from HTTP chunked transfer coding (RFC 7230). |
homepage | https://github.com/derhuerst/chunked-transfer-cli |
repository | https://github.com/derhuerst/chunked-transfer-cli.git |
max_upload_size | |
id | 641704 |
size | 16,277 |
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. 🙈
cargo install chunked_transfer_cli
You can also download a binary from the releases page.
chunked_transfer_cli 0.1.0
Command-line tool to encode into or decode from HTTP chunked transfer coding (RFC 7230).
USAGE:
chunked_transfer_cli [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)
decodes chunked data
USAGE:
chunked_transfer_cli decode
OPTIONS:
-h, --help Print help information
encodes data as chunked
USAGE:
chunked_transfer_cli encode [OPTIONS]
OPTIONS:
--chunk-size <CHUNK_SIZE> number of bytes per chunk [default: 1024]
-h, --help Print help information