actix-web
actix-web copied to clipboard
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Hi How I can pass awc stream to actix_web_actors::ws::start? It's expected Result but framed is Result ``` let con=awc::Client::new() .ws(url) .connect().await; match con { Ok((mut res,mut framed)) => { let...
We just ran into issue #1439 when implementing S3 server code. While the work around works for "small" responses where we can just generate some random data to be thrown...
## Expected Behavior Actix doesn't consume cpu while idle. ## Current Behavior Actix constantly consumes 0.1% cpu while idle. ## Steps to Reproduce (for bugs) Start hello world actix server....
Initially reported https://github.com/lovasoa/SQLpage/issues/435 When making streaming responses and activating `middleware::Compress`, the compression seems to buffer content indefinitely, without ever flushing the streaming data when it's small enough. Here is an...
## PR Type Feature ## PR Checklist - [X] Tests for the changes have been added / updated. - [X] Documentation comments have been added / updated. - [X] A...
Hello and thank you for this project ! I am reporting a bug that is hard to reproduce, so feel free to close it if needed. I have a build...
### Discussed in https://github.com/actix/actix-web/discussions/3387 Originally posted by **rharish101** June 4, 2024 If I request a webpage with a URL, and the website redirects to another page, how do I get...
### Possible API ```rust Files::new("/", ["./dist", "./public"]) ``` #### Cavets As noted in the discussion answers, this does make it hard to support options like `show_index`. ### Discussed in https://github.com/actix/actix-web/discussions/3398...
tracking issue ### Discussed in https://github.com/actix/actix-web/discussions/3342 Originally posted by **StealthOrc** April 25, 2024 Hey! Are there any plans to implement WebTransport support in Acitx-web? I haven't found any issue or...
Apologies if this is not the right way to go about this for this crate. I'm wondering if it's possible to update `actix-http` (3.7.0) and `actix-router` (0.5.3) to use v1...