1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00
denoland-deno/ext
Luca Bruno 3f26ee8604
feat(ext/fetch): support fallible request-builder hooks (#18116)
This tweaks the signature of `request_builder_hook` in order to support
fallible hooks.

The rationale for this is mostly on two sides:
* it allows a hook to inspect and possibly drop an outgoing request
(e.g. for policying purposes), bubbling up a detailed error message to
the user.
* it wires into newer `reqwest` API which allows to split and then
reassemble a `RequestBuilder`, although only in a fallible way
(https://github.com/seanmonstar/reqwest/pull/1770)
2023-03-13 10:29:05 +00:00
..
broadcast_channel chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
cache chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
console chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
crypto chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
fetch feat(ext/fetch): support fallible request-builder hooks (#18116) 2023-03-13 10:29:05 +00:00
ffi chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
flash chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
fs chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
http fix(core): SafePromiseAll to be unaffected by Array#@@iterator (#17542) 2023-03-13 19:24:31 +09:00
io chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
napi chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
net chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
node chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
tls chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
url chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
web chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
webgpu build: run clippy with --all-features (#18115) 2023-03-10 21:07:28 +09:00
webidl chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
websocket chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
webstorage chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00