is-http
v0.0.2
Published
returns whether or not a url speaks http(s)
Downloads
7
Readme
is-http
returns whether or not a url speaks http(s)
example
var isHttp = require('is-http')
isHttp('http://cookie.com') // true
isHttp('https://yahoo.com') // true
isHttp('blah://google.com') // false