warp icon indicating copy to clipboard operation
warp copied to clipboard

A super-easy, composable, web server framework for warp speeds.

Results 164 warp issues
Sort by recently updated
recently updated
newest added

Hi! AFAICS, the repository does not list a MSRV. Would you care to add one?

bug

**Version** List the versions of all `warp` crates you are using. The easiest way to get this information is using `cargo-tree`. `cargo install cargo-tree` (see install here: https://github.com/sfackler/cargo-tree) Then: `cargo...

This makes some of the contents of [fs.rs](https://github.com/seanmonstar/warp/blob/master/src/filters/fs.rs) public so that users can serve static files at paths based on the request without having to implement file streaming manually. Fixes...

**Version** ``` └── warp v0.3.1 ``` **Platform** `Darwin ####-MBP.##### 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64` **Description** Graceful shutdown not working correctly, if the...

**Version** 0.3.2 **Platform** `Linux pop-os 5.15.15-76051515-generic #202201160435~1642693824~21.10~97db1bb SMP Thu Jan 20 17:35:05 U x86_64 x86_64 x86_64 GNU/Linux` **Description** This may seem esoteric, but I ran into this today and it...

bug

### **Is your feature request related to a problem? Please describe.** It's hard to type terminal filters (something `warp::serve` will accept). ### **Describe the solution you'd like** Expose a non-generic...

feature

When combining a whole bunch of filters to pass to `serve()`, you have to chain them with `.or()` to turn them into one filter. This repetition is inelegant. I suggest...

feature

I saw the old documentation said something about upgrading this struct to a non exhaustive enum in the future, plus I prefer matching over something like this as an enum,...

waiting-on-author

**Version** `0.3.2` **Platform** Windows 10 64 bit **Description** I'm creating this issue from https://github.com/tower-rs/tower-http/pull/204, where more details can be found. Essentially, if a user inputs a drive letter into the...

bug