ketkulka / httping

Simple Command Line Tool for Measuring HTTP Latency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

to build with "tcp fast open" support, add the following to the makefile:
	TFO=yes


Usage:
-----
httping www.vanheusden.com


Thanks to Thanatos for cookie and authentication support.


For everything more or less related to 'httping', please feel free
to contact me on: folkert@vanheusden.com
Consider using PGP. My PGP key-id is: 0x1f28d8ae

Please support my opensource development: http://www.vanheusden.com/wishlist.php

About

Simple Command Line Tool for Measuring HTTP Latency

License:Other


Languages

Language:C 98.5%Language:C++ 1.5%