What is “spdylay” Package?

Experimental implementation of SPDY protocol versions 2, 3, and 3.1
For more details: https://github.com/tatsuhiro-t/spdylay

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install spdylay.
    brew install spdylay

Now, use spdylay!