Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 509 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 509 Bytes

Purescript Fetch H2

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).