Messing around with http decoding
This commit is contained in:
@ -105,7 +105,6 @@ export class Http {
|
||||
});
|
||||
|
||||
const data = new Response(stream);
|
||||
resp.body = data.body;
|
||||
resp.blob = data.blob;
|
||||
resp.formData = data.formData;
|
||||
resp.json = data.json;
|
||||
|
Reference in New Issue
Block a user