0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/op_crates/fetch
Luca Casonato 0552eaf569
chore: align Headers to spec (#10199)
This commit aligns `Headers` to spec. It also removes the now unused
03_dom_iterable.js file. We now pass all relevant `Headers` WPT. We do
not implement any sort of header filtering, as we are a server side
runtime.

This is likely not the most efficient implementation of `Headers` yet.
It is however spec compliant. Once all the APIs in the `HTTP` hot loop
are correct we can start optimizing them. It is likely that this commit
reduces bench throughput temporarily.
2021-04-19 01:00:13 +02:00
..
01_fetch_util.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
11_streams.js fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
11_streams_types.d.ts refactor(op_crate/fetch): align streams to spec (#9103) 2021-01-15 08:57:19 +11:00
20_headers.js chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
21_formdata.js chore: align FormData to spec (#10169) 2021-04-14 22:49:16 +02:00
26_fetch.js chore: align FormData to spec (#10169) 2021-04-14 22:49:16 +02:00
Cargo.toml chore: release crates (#10164) 2021-04-13 18:22:48 +02:00
internal.d.ts chore: align FormData to spec (#10169) 2021-04-14 22:49:16 +02:00
lib.deno_fetch.d.ts refactor: add deno_file op crate (#10019) 2021-04-06 12:55:05 +02:00
lib.rs chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
README.md chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00

deno_fetch

This crate implements the Fetch API.

Spec: https://fetch.spec.whatwg.org/