0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 10:06:23 -05:00
denoland-deno/ext/http
Yoshiya Hinosawa 7227bf424f fix(ext/http): improve error message when underlying resource of request body unavailable (#27463)
The error message is currently `Bad Resource ID`. This commit changes it to
`Cannot read request body as underlying resource unavailable`

closes #27133
2025-01-09 15:19:18 -05:00
..
benches chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
00_serve.ts fix(ext/http): improve error message when underlying resource of request body unavailable (#27463) 2025-01-09 15:19:18 -05:00
01_http.js chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
02_websocket.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
Cargo.toml chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
compressible.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
fly_accept_encoding.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
http_next.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
lib.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
network_buffered_stream.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
reader_stream.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
README.md chore: add README to ext/http/ (#11958) 2021-09-08 20:48:28 +02:00
request_body.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
request_properties.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
response_body.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
service.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
websocket_upgrade.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00

deno_http

This crate implements server-side HTTP based on primitives from the Fetch API.