Skip to content

Releases: maskit/h2cli

Release list

v0.19.0

Choose a tag to compare

@maskit maskit released this 09 Jan 09:21

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.