1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/fetch
2021-10-29 13:42:10 +02:00
..
01_fetch_util.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
20_headers.js perf(fetch): optimize fillHeaders() key iteration (#12287) 2021-10-01 12:17:16 +02:00
21_formdata.js chore: upgrade crates based on deno ast 0.3 (#12403) 2021-10-12 09:58:04 -04:00
22_body.js perf(http): encode string bodies in op-layer (#12451) 2021-10-26 22:00:01 +02:00
22_http_client.js feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
23_request.js perf(fetch): optimize newInnerRequest blob url check (#12245) 2021-09-27 13:19:24 +02:00
23_response.js perf(webidl): inline ResponseInit converter (#12285) 2021-10-11 23:43:52 +02:00
26_fetch.js fix(ext/fetch): Replace redundant local variable with inline return statement (#12583) 2021-10-29 13:42:10 +02:00
Cargo.toml chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
internal.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
lib.deno_fetch.d.ts fix: declare web types as global (#12497) 2021-10-21 08:47:14 +02:00
lib.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_fetch

This crate implements the Fetch API.

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