Method HPack.huffman_decode()
- Method
huffman_decode
 string(8bit)huffman_decode(string(8bit)str)- Description
 Decodes the string
strencoded with the static huffman code specified in RFC 7541 appendix B.- Parameter 
str String to decode.
- Returns
 Returns the decoded string.
- See also