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 312 actix-web issues
Sort by recently updated
recently updated
newest added

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

A-http
B-semver-patch

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

A-files
B-semver-patch

## Expected Behavior This is a minimal example of a client that reproduces the problem: ``` [dependencies] tokio = { version = "1.0", features = ["full"] } reqwest = {...

C-bug
A-http

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

A-http
B-semver-patch

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

C-improvement
A-web

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

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

C-improvement
A-web

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

A-http
B-semver-minor
A-actors