http
http copied to clipboard
Host These Things Please - a basic http server for hosting a folder fast and simply
I couldn't figure out how cross-platform symlinks work. It states under features: > Good symlink handling compatible with Windows I simply used `ls -s`, but the creates symlink only worked...
Hello, Do you think it's possible to add a redirection option for a path/subpath ? Expected: ``` http --redirect /some:http://localhost:4000 ``` Thanks, Marc-Antoine
Running `cargo audit` on the repository reports 4 known vulnerabilities in the dependency tree: ``` Crate: brotli-sys Version: 0.3.2 Title: Integer overflow in the bundled Brotli C library Date: 2021-12-20...
https://github.com/thecoshman/http/pull/95#discussion_r370556596 Ref: #61 Ref: #95
There's a bunch of `unwrap()`s and `expect()`s which aren't the prettiest, so… Scheduling: after #91 then #61 then #93
Rather than just a scrolling log of what actions are requested... perhaps a swish console could be started that can show the status of things like what folder is being...
Imagine I am using Blazor WebAssembly. It starts from an index.html file but I would like to open a route, e.g. `/mypage` which the SPA can handle. Would be nice...
I get the following error both when running `cargo install https` and `git clone ... && cd http && cargo build` (i.e. latest commit on master branch) I'm not exactly...
Build fails on [Termux](https://termux.dev/en/) with: ``` ~/http $ cargo build warning: file `/data/data/com.termux/files/home/http/src/main.rs` found to be present in multiple build targets: * `bin` target `http` * `bin` target `httplz` Compiling...
Near the end of `cargo install https`, the following warning is shown: ``` warning: the following packages contain code that will be rejected by a future version of Rust: traitobject...