amparehttpheader
v1.0.4
Published
Get HTTP Header From Any Website
Maintainers
Readme
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 undefined
This 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.
