Hello,
I am currently working on HTTP/2 framing, and as part of the implementation i’d like to use test data defined at: https://github.com/http2jp/http2-frame-test-case
The payload in the test files is defined as a hex string. I was wondering if there is a library or something in the stdlib that can unhex
the string like: http://hackage.haskell.org/package/hex-0.1.2/docs/Data-Hex.html
I figured i’d ask before starting to implement my own utility
Best,
Anurag