How to use curl command with http/2 on MacOS X
I am using a MacOS sierra (version 10.12.1). How do I use curl command with http2/ protocol? I am getting an error that read as follows: curl -I –http2 https://google.com curl: (1) Unsupported protocol How…