Installation:
------------
make install

to build without SSL support:
make -f Makefile.nossl install

Usage:
-----
httping -g http://host/
or
httping -h hostname
or
httping -h hostname -p port

examples:
httping -g http://localhost/
httping -h 127.0.0.1 -p 8080
httping -l -g https://localhost/
