Releases: maskit/h2cli
Releases · maskit/h2cli
Release list
v0.19.0
New Features
Execute commands without the interactive interface
if you execute h2cli with an URL, a command name and its options, h2cli automatically connects to the URL and execute the command.
$ h2cli https://www.google.com/ send frame 1 ./foo.frm
Bug Fixes
- Send END_STREAM flag with a DATA frame, but not with CONTINUATION frame.