is-https-proxy

1.0.0 • Public • Published

is-https-proxy

npm i is-https-proxy

check if proxy supports https protocol

const isHttpsProxy = require('is-https-proxy')
const httpsProxy = {
// luminati default proxy
  host: 'zproxy.lum-superproxy.io',
  port: 22225
}
isHttpsProxy(httpsProxy)
  .then(console.log) // true
  .catch(console.error) // for sure

isHttpsProxy(options)

Readme

Keywords

Package Sidebar

Install

npm i is-https-proxy

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.28 kB

Total Files

3

Last publish

Collaborators

  • 0x0a0d