This library provides FFIs to work with fetch-h2, a library for NodeJS to easily use HTTP/2 with the well-known fetch API.
Most of the FFI are from Milkis, but tweaked through adding some methods such as mkContext
(for safely creating a Fetch H2 Context), httpVersion
(for checking of HTTP version used in the HTTP request done).