mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
![]() RUSTFLAGS take precedence over `target.<triple>.rustflags`. Therefore, setting the env var globally in CI would always override whatever linter rules are allowed or denied in .cargo/config.toml. With this change, we ensure that problems are detected both in CI and locally, using either cargo clippy or lint.js. |
||
---|---|---|
.. | ||
01_http.js | ||
Cargo.toml | ||
chunked.rs | ||
lib.rs | ||
README.md | ||
request.rs | ||
sendfile.rs |
flash
Flash is a fast HTTP/1.1 server implementation for Deno.
serve((req) => new Response("Hello World"));