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

## Expected Behavior Pass type checking ## Current Behavior ```console error[E0282]: type annotations needed --> examples/cannnot-compile.rs:28:10 | 28 | async fn index(client: web::Data) -> impl Responder { | ^^^^^ cannot...

C-improvement
good-first-issue
A-codegen

https://github.com/actix/actix-web/pull/2515 I didn't find an example of how to change the body content in the error middleware

good-first-issue
C-docs

Your issue may already be reported! I have searched the issue tracker. ## Expected Behavior According to the documentation [here](https://actix.rs/docs/server/): > [...]The `Server` must be `await`ed or `spawn`ed to start...

## 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-router
A-web

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 The normal number of connections that should be maintained to...

## PR Type Start of adding proc macro scope feature based on issue #1709. ## PR Checklist - [x] Tests for the changes have been added / updated. - [x]...

A-codegen
B-semver-minor

So currently the test requests does not seem to implement the match functions - `match_pattern`/`match_name`. Consider the below app having two services: ```rust #[get("/hello/{name}", name = "greet")] async fn greet(name:...

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. [0.11.0] - 2024-01-19 Breaking Change Removed bespoke styling API env_logger::fmt::Formatter::style env_logger::fmt::Formatter::default_styled_level env_logger::fmt::Style env_logger::fmt::Color env_logger::fmt::StyledValue Removed...

dependencies
rust

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

B-semver-minor
A-web