basic-http-server
basic-http-server copied to clipboard
A simple static HTTP server in Rust, for learning and local doc development
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.13 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). Commits 5757ac5 Fix potential buffer overflow in insert_many...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
Bumps [http](https://github.com/hyperium/http) from 0.1.19 to 0.1.20. Changelog Sourced from http's changelog. 0.1.20 (November 26, 2019) Fix possible double-free if header::Drain iterator is std::mem::forgoten (#357). Fix possible data race if multiple...
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.6.2 to 0.10.1. Release notes Sourced from comrak's releases. 0.10.1 Changes since last release (https://github.com/kivikakk/comrak/compare/0.10.0...0.10.1) SECURITY: it was possible to smuggle unsafe URLs --- like javascript: ones...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.0-alpha.6 to 1.8.4. Release notes Sourced from tokio's releases. Tokio v1.8.4 1.8.4 (November 15, 2021) This release backports a bugfix for a data race when sending and...
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.2 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
I've bundled up all my previous PRs into a single PR and added basic auth. I needed all this stuff for some use of my own, but hope that the...
This would be nice for e.g. serving wasm. If this header is missing, you will get ``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at...