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 Starting up the HTTPS server without any issues. ## Current Behavior Program exit with -1073741571 error code ## Steps to Reproduce (for bugs) 1. use Open SSL...

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

B-semver-minor
A-web

## Expected Behavior Any request will be responded using the defined routes. ## Current Behavior All requests are responded with 408 ## Possible Solution Knowing how io_uring works, maybe a...

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

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

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

A-http
B-semver-patch

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

B-semver-minor
A-router
A-web

### **Current Behavior** Currently, to check if a resource matches a definition using capture_match_info_fn, we always need to pass a function to perform additional checks. This causes two problems: *...

good-first-issue
C-perf-mem
A-router

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

B-semver-major
A-awc

## Expected Behavior The test executes till the end and the program exits with no errors. ## Current Behavior The program, on some of the github actions machines, stops suddenly...

needs-investigation