http-server icon indicating copy to clipboard operation
http-server copied to clipboard

Simple and configurable command-line HTTP server

Results 26 http-server issues
Sort by recently updated
recently updated
newest added

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30. Release notes Sourced from futures's releases. 0.3.30 Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797) Fix panic in FuturesUnordered::clear (#2809) Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812) Improve support for...

dependencies

This PR is a lot. I've completely swapped `anyhow` with `color_eyre`, and replaced most `unwrap`s with `?`. Such changes required changing multiple function signatures and struct fields. Now, the errors...

Right now, `--username` and `--password` are separate arguments that don't work without each other. Why not combine them into a single password? You can only have one username, so what's...

This project contains A LOT of unwraps, which can be easily avoided and removed, making the code much rustier. I'd like to do that after #423 gets merged. To handle...

bug
tech debt

**Description** Could not find anywhere an option to open the index.html page when user opens localhost:7878. How do we do that? Most of the cases - when we access the...

feature

**Description** Like this: ``` Request from the front end: /api/something To the backend API: localhost:8000/something ``` Requests should be forwarded to the backend (without the path prefix `/api`) **Why is...

feature
help wanted

When encountering directories we want to render an index of the directory files.

feature
good first issue

Previous Implementation: https://github.com/http-server-rs/http-server/blob/v0.8.5/src/addon/file_server/scoped_file_system.rs#L127-L144 Refer to: https://github.com/http-server-rs/http-server/pull/294/files#diff-792ca48aada735e893c58f1b6643165c2a1757a2f5070f00a85de87f097217dd

help wanted
good first issue
windows

Capability to open the browser automatically with the `--open` argument

feature
good first issue