python3-qpack

Python3 implementation of the QPack protocol
  https://siridb.net/
  0
  no reviews



QPack is a fast and efficient serialization format like MessagePack. One key difference is flexible map and array support. This enables code to write directly to a qpack buffer without knowledge of the size of the map or array beforehand.