0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/ext
Luca Casonato 0de6d1edc4
fix(fetch): set content-length for empty POST/PUT (#12703)
This commit changes `fetch` to set `content-length: 0` on POST and PUT
requests with no body.
2021-11-09 12:10:40 +01:00
..
broadcast_channel chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
console chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
crypto chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
fetch fix(fetch): set content-length for empty POST/PUT (#12703) 2021-11-09 12:10:40 +01:00
ffi chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
http Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (#12704) 2021-11-09 12:10:21 +01:00
net fix(ext/net): expose all tls ops (#12699) 2021-11-09 02:07:12 +01:00
timers chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
tls chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
url chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
web feat(ext/web): add AbortSignal.reason (#12697) 2021-11-08 23:37:06 +01:00
webgpu chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
webidl chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
websocket Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (#12704) 2021-11-09 12:10:21 +01:00
webstorage chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00