renatoathaydes
released this
23 Nov 22:11
·
76 commits
to master
since this release
This is the first RawHTTP CLI Release on GitHub.
jlink
is used to package a stand-alone JVM image containing only the modules and libraries required by RawHTTP CLI.
Download the appropriate zip file for your OS, then unzip it (it only contains a single directory called rawhttp
).
Link the rawhttp
command by running something like this:
ln -s $(pwd)/rawhttp/bin/rawhttp /usr/local/bin/rawhttp
Check everything is OK by making a simple request:
rawhttp send -t "GET https://renatoathaydes.github.io/"