actix-web
actix-web copied to clipboard
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
maybe a wrapper or just impl on tokio mpsc receiver that can stream a body from another task / thread
~Your issue may already be reported! Please search on the [Actix Web issue tracker](https://github.com/actix/actix-web/issues) before creating one.~ Searched ✔️ ## Expected Behavior be able to set a signed cookie. ##...
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...
## Expected Behavior An `IntervalFunc` `spawn`ed in a **WebSocket** `Actor` will run, regardless of how much I/O is pending. That way, it can do `ping` and close the connection if...
## PR Type FEATURE ## PR Checklist - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x]...
## PR Type Feature (minor) ## PR Checklist This PR is so far, a proof-of-concept, I'd rather wait for some guidance regarding tests especially. I'll gladly add the missing parts...
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...
## Motivation The ~now deprecated~ `App::data_factory` method ~was is not very useful because it ran the~ runs futures to completion before starting the server up. For semi-expensive constructions it can...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [...
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...