deno/ext/http
Lucas Wasilewski 9ed2fad9ed
feat(ext/http): Show that is also listening on localhost (#28171)
Closes #27722

This will show `Listening on http://0.0.0.0:8000 (http://localhost:8000)`

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-04-25 08:36:20 +00:00
..
benches chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
00_serve.ts feat(ext/http): Show that is also listening on localhost (#28171) 2025-04-25 08:36:20 +00:00
01_http.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
02_websocket.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml chore: forward v2.2.12 release commit to main (#29044) 2025-04-24 20:22:57 -04:00
compressible.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fly_accept_encoding.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
http_next.rs fix: fix bugs with rendering of authority in serve urls (#29009) 2025-04-23 11:23:15 +02:00
lib.rs fix: support vsock in DENO_SERVE_ADDRESS (#28941) 2025-04-17 13:49:47 +02:00
network_buffered_stream.rs refactor: reduce dependency on futures crate (#28515) 2025-03-17 14:14:19 +00:00
reader_stream.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md chore: add README to ext/http/ (#11958) 2021-09-08 20:48:28 +02:00
request_body.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
request_properties.rs fix: fix bugs with rendering of authority in serve urls (#29009) 2025-04-23 11:23:15 +02:00
response_body.rs refactor: reduce dependency on futures crate (#28515) 2025-03-17 14:14:19 +00:00
service.rs fix: fix bugs with rendering of authority in serve urls (#29009) 2025-04-23 11:23:15 +02:00
websocket_upgrade.rs refactor: replace memmem with memchr (#28516) 2025-03-17 09:33:51 -04:00

deno_http

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