last-content-len
v0.0.1
Published
get URL last content-length
Downloads
4
Readme
last content length
Get url last content length. For checking the website is modified or not.
Install
npm install last-content-len
API
Parameters:
- url: url to.
- options:
optional
see details: https://github.com/mikeal/request#requestoptions-callback - callback function: will pass a parameter
length
.
last_content(url, options, function(len) {
console.log(len)
})
License
MIT@chilijung