maskit commented on pull request #7237: URL: https://github.com/apache/trafficserver/pull/7237#issuecomment-703019499
I've been using my own tool [h2cli](https://github.com/maskit/h2cli) for local testing. It provides a command line tool that generates H2 binary data from [a sequence file](https://github.com/maskit/h2cli/blob/master/sequence.json). You can send the data and parse the response like this: ``` h2seq sequence.json | openssl s_client -alpn h2 -connect localhost:443 -quiet | h2res ``` However, I guess we don't want to add a dependency for Node.js. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
