deno_std
deno_std copied to clipboard
The Deno Standard Library
`deno serve --parallel` was implemented in https://github.com/denoland/deno/pull/24920. `@std/http/file-server` should be made to use this sub-command and take advantage of `--parallel`. Benchmarks would also be great.
This change deletes the local badge file and instead calls directly to `shields.io`. It'll break only a few spots that use the current badge, but the note should help them...
Ref: https://github.com/denoland/std/issues/4391 **Changes** This PR remove the `setup()` and `destroy()` methods from `BaseHandler`. It removes the `setup()` and `destroy()` method calls in the `setup()` function. ~It makes `BaseHandler` and `log()`...
**Is your feature request related to a problem? Please describe.** There are lots of type check functions in std (`isBoolean()`, `isObject()`, `isString()` etc). As of now, each module implements its...
**Is your feature request related to a problem? Please describe.** My business solution requires copies of really big directories to be made. This turns out to be a pretty big...
**Is your feature request related to a problem? Please describe.** The Websocket.close accept two args, an exit code and a reason, similar to http code and status text. This is...
**Is your feature request related to a problem? Please describe.** Originally brought up by @lowlighter [on the discord](https://discord.com/channels/684898665143206084/775393009981849600/1275355929726156820). > is there something like a websocket standard framework ? > that...