grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

Validate integrity #20

Closed grantila closed 5 years ago

grantila commented 5 years ago

Currently there is support for validating integrity in the Body class, but this isn't applied to actual fetch calls. This should be implemented.