Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanjudis/is-http2-cli
CLI Module to check for http/2 support
https://github.com/stefanjudis/is-http2-cli
Last synced: 18 days ago
JSON representation
CLI Module to check for http/2 support
- Host: GitHub
- URL: https://github.com/stefanjudis/is-http2-cli
- Owner: stefanjudis
- License: mit
- Created: 2015-11-27T15:56:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T19:17:48.000Z (about 5 years ago)
- Last Synced: 2024-10-15T07:12:14.095Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 51
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-http2 - is-http2-cli - Node.js CLI module to check HTTP/2 support on a domain. (Categories / Command Line Tools)
README
[![Build Status](http://img.shields.io/travis/stefanjudis/is-http2-cli.svg?style=flat)](https://travis-ci.org/stefanjudis/is-http2-cli) [![npm version](http://img.shields.io/npm/v/is-http2-cli.svg?style=flat)](https://www.npmjs.org/package/is-http2-cli) [![npm downloads](http://img.shields.io/npm/dm/is-http2-cli.svg?style=flat)](https://www.npmjs.org/package/is-http2-cli) [![Coverage Status](http://img.shields.io/coveralls/stefanjudis/is-http2-cli.svg?style=flat)](https://coveralls.io/r/stefanjudis/is-http2-cli?branch=master) [![Uses greenkeeper.io](https://img.shields.io/badge/Uses-greenkeeper.io-green.svg)](http://greenkeeper.io/)
# is-http2-cli
> Find out which hosts already support HTTP/2![Screenshot](./screenshot.png)
This is the CLI version of [is-http2](https://github.com/stefanjudis/is-http2).
## Install
```
npm install -g is-http2-cli
```## Basic usage
```
Usage
$ is-http2Options
-s, --include-spdy Consider SPDY protocol as HTTP/2 supportingExamples
$ is-http2 twitter.com
$ is-http2 facebook.com -s
```***************
#### I want to thank all these [people](./THANKS.md) for their great work!!!