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 hitEnter
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!
Leave a Reply
You must be logged in to post a comment.