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

Currently, `guard` parameter accepts guard function, not a guard object. I want to use guard object like `Header("", "")` in router attribute. So, I request adding a parameter for `guard_obj`...

C-feature
A-web

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

A-awc
B-semver-minor

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

B-semver-minor
A-web

Would like to add support for proxy protocol (https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) in actix-web. Add this support would extend the use of actix to e.g. aws elb, google tcp load balancer. If someone...

C-feature
A-web

Currently there is only a 400 when a correct body is not provided. `async fn index(query: web::Json) -> String {` ## Expected Behavior An error should be provided as it...

C-improvement
A-web

Right now the WebSocket implementation, while it does support continuation frames, does nothing to combine those frames together into single messages, making it somewhat difficult to use the library. (This...

C-improvement
A-http
A-actors

`http::Uri` is fine for transport layer, but it is pretty crappy as public api

C-improvement
A-http
A-web

I'm not sure if it was intended, but a `Stream` object in a pending state won't be dropped after the client disconnects. I found this issue in `actix-web 2.0.0` and...

C-bug
A-http

## Expected Behavior There should be a documented way to set a default handler for 4xx and 5xx errors. ## Current Behavior ```rust .wrap(ErrorHandlers::new() // XXX: Check for new `StatusCode`...

C-feature
A-web

https://discord.com/channels/771444961383153695/771448320807272458/940584464210333707