1.0.4 • Published 8 years ago
amparehttpheader v1.0.4
Ampare HTTP Header
Get HTTP Response Header and Opt-In Body From CLI
Powered By Nodejs
How To Install
npm i -g amparehttpheaderHow To Use
Very Simple Usage :
httpheader http://www.example.comOpt-In Body - I want The HTTP Response Body Also
httpheader --body http://www.example.comCommon Error Message
TypeError: Cannot read property 'headers' of undefinedThis Error mean connection cannot be reached. Please check your Network Connection or make sure typing url correctly.
For Example : example.com instead of http://example.com will cause this error.