You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli/http_body.rs contains HttpBody struct which wraps body of reqwest response to work as Deno resource. It is only used in fetch op and all of the contents should be moved to cli/ops/fetch.rs
Additionally the logic of HttpBody can be simplified: #3418 (comment)
cli/http_body.rs
containsHttpBody
struct which wraps body ofreqwest
response to work as Deno resource. It is only used infetch
op and all of the contents should be moved tocli/ops/fetch.rs
Additionally the logic of
HttpBody
can be simplified:#3418 (comment)
Example implementation done by @95th:
https://github.com/denoland/deno/pull/3544/files
The text was updated successfully, but these errors were encountered: