Adding deno_http library as a dependency
Run this command in a terminal, in your project's directory:
cargo add deno_http
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
deno_http = "0.225.0"
The deno_http library will be automatically available globally.
Read the deno_http library documentation.