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

Hi! I searched through the task list and didn't seem to find one. The library re-exports the `ChunkedReadFile` structure, but it is impossible to create it from the outside, since...

## Expected Behavior The tokio `timeout` and `sleep` should work and trigger after the supplied time. ## Current Behavior They are "blocked" by another tokio thread executing and do not...

Your issue may already be reported! Please search on the [Actix Web issue tracker](https://github.com/actix/actix-web/issues) before creating one. ## Expected Behavior post multipart data is fast when use http/2 proto ##...

When using `TestRequest` to set a cookie with a specified path, the path information is not retained when building the `HttpRequest. This results in the path attribute missing in the...