Messing around with http decoding
This commit is contained in:
parent
874bba59d3
commit
26c6084052
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ztimson/utils",
|
"name": "@ztimson/utils",
|
||||||
"version": "0.14.8",
|
"version": "0.14.9",
|
||||||
"description": "Utility library",
|
"description": "Utility library",
|
||||||
"author": "Zak Timson",
|
"author": "Zak Timson",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -105,7 +105,6 @@ export class Http {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const data = new Response(stream);
|
const data = new Response(stream);
|
||||||
resp.body = data.body;
|
|
||||||
resp.blob = data.blob;
|
resp.blob = data.blob;
|
||||||
resp.formData = data.formData;
|
resp.formData = data.formData;
|
||||||
resp.json = data.json;
|
resp.json = data.json;
|
||||||
|
Loading…
Reference in New Issue
Block a user