shrpx
implementation of SPDY protocol in C - utilities
Install
- All systems
-
curl cmd.cat/shrpx.sh
- Debian
-
apt-get install libspdylay-utils
- Ubuntu
-
apt-get install libspdylay-utils
- Kali Linux
-
apt-get install libspdylay-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libspdylay-utils
- Raspbian
-
apt-get install libspdylay-utils
- Dockerfile
- dockerfile.run/shrpx
libspdylay-utils
implementation of SPDY protocol in C - utilities
This library provides SPDY version 2, 3 and 3.1 framing layer implementation. It does not perform any I/O operations. When the library needs them, it calls the callback functions provided by the application. It also does not include any event polling mechanism, so the application can freely choose the way of handling events This package ships the utilities.