Implement Body interface for both Request and Response

This patch partially implements Fetch API's [Body](https://developer.mozilla.org/en-US/docs/Web/API/Body)
interface for both Request and Response.

Fixes #26.
This commit is contained in:
Andrey Lushnikov
2017-07-05 19:06:47 -07:00
parent 64fed38c60
commit 19a8d74d3c
3 changed files with 96 additions and 6 deletions

1
test/assets/simple.json Normal file
View File

@@ -0,0 +1 @@
{"foo": "bar"}