actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

Results 284 actix-web issues
Sort by recently updated
recently updated
newest added

maybe a wrapper or just impl on tokio mpsc receiver that can stream a body from another task / thread

good-first-issue
A-http
C-feature

~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. ##...

C-feature
A-web

## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

B-semver-major
A-web

## 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...

needs-investigation

## PR Type FEATURE ## PR Checklist - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x]...

B-semver-minor
A-web

## 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...

B-semver-minor
A-web

## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

B-semver-minor
A-web

## 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...

C-feature
A-web

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [...

B-semver-minor
A-web

## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

B-semver-minor
A-web