CHttpExec Extension
07/07/2024
I have been recently working on CHttp which is a tool to send HTTP requests and to measure the performance of REST APIs.
The primary goal of the tool is the ability to measure GET HTTP requests using version HTTP/2 and HTTP/3. As the tool is based on .NET (currently version 9), it requires a reasonably up-to-date Windows installation or the libmsquic package in case of Linux.
The tool exists of 3 components
CHttp
Chttp Visual Studio Code Extension
CHttpExec