http-server
http-server copied to clipboard
Simple and configurable command-line HTTP server
**Description** Capability to allow several origins, instead of providing wildcard (`*`), a list of origins could be configured to be accepted by the server. When a request is gathered from...
**Description** Implement capability to upload files, using HTTP `POST` requests. A `POST` along with a file attached to the request body should create such file in the provided path. **Why...
**Description** Would like to define cors policy { "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }, { "key": "Cross-Origin-Opener-Policy", "value": "same-origin" } **Why is this useful?** To run multithreaded web assembly using wasm_bindgen_ryon
Bumps [dhat](https://github.com/nnethercote/dhat-rs) from 0.2.4 to 0.3.1. Release notes Sourced from dhat's releases. 0.3.1 Faster writing of the output file. 0.3.0 Total API overhaul, including the addition of heap usage testing....
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.6 to 0.23.4. Commits 1dee8b1 Prepare 0.23.4 3a03df6 Correct further dead_code warnings d8a0f94 Fix new clippy::use_self warnings 3185d7f examples: fix server acceptor alert write behaviour b5a8cef server:...
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.23.4 to 0.26.0. Release notes Sourced from tokio-rustls's releases. v/0.26.0 Additions Support for Rustls 0.23 and the new acceptor alert API - by @ctz in #44 Support...
Bumps [dhat](https://github.com/nnethercote/dhat-rs) from 0.2.4 to 0.3.3. Release notes Sourced from dhat's releases. 0.3.3 Add warning about unreliability and lack of maintenance. 0.3.2 Fix deadlocks involving programs that use parking_lot. 0.3.1...
Updates all dependencies to its most recent versions.
Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.1.0. Release notes Sourced from http's releases. v1.1.0 What's Changed Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize...