actix-web
actix-web copied to clipboard
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
## Expected Behavior When someone makes a HttpRequest to my server, i parse the body to a struct using `body: web::Json` in the parentheses of the route function which works...
## PR Type But Fix ## PR Checklist - [x] ~Tests for the changes have been added / updated.~ - [x] Documentation comments have been added / updated. - [x]...
## Feature n the new version, [email protected], it has no dependencies and is a generated file of about 1500 lines of code. Compile time is minimal and it is optimized...
## Expected Behavior This is a minimal example of a client that reproduces the problem: ``` [dependencies] tokio = { version = "1.0", features = ["full"] } reqwest = {...
## PR Type Fix ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
Actix tasks don't show their source location in tokio-console. ## Expected Behavior I would expect to see the source location of each task in tokio console ## Current Behavior Most...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
I have set of routes that need to pass through group of middlewares. I tried to use route scopes but it requires prefix to be applied as well. I'm looking...
## Expected Behavior `actix-multipart` should have limited memory usage by default. ## Current Behavior `actix-multipart `potentially exhaust all system memory. ## Possible Solution Apply header limit from `actix-http` to `actix-multipart`...
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...