-
Hi, this is issue is related to missing documentation thus it's not an actual bug report. I would be happy to move this discussion to whatever place is the best.
Actix.rs has no documentation regar…
-
Hi Louis,
I've been using your project and would like to add an example to the repo of using actix-web with Cornucopia. I feel this example would provide a starting point for users who want to use …
-
This is essentially a rehash of #2. I attempted to use this in a project of mine alongside `actix-web 4.0.0-beta.8`, and failed to.
Private attempts to port manually have ended in (mostly) failure.…
-
Dear mario:
use mobc-lapin in actix-web i get an error:
there is no reactor running, must be called from the context of a Tokio 1.x runtime
-
I would like to add support for the [actix-web](https://crates.io/crates/actix-web) crate.
The behaviour should be similar to the support for rocket, in that users need to provide a Spec and Config…
-
@tilpner suggested that it would be nice to have an example of the `actix_web::client` and `Authorization` header combination.
This issue is hereby a tracking issue for this example.
-
Current suggested way is to import json extractor as ```use actix_web_validator::Json``` and ```ValidatedJson``` is deprecated.
The problem with this approach `actix::web::Json` used not only as `…
-
When I started with this project, `actix-web` was by far the most powerful and versitile web framework for rust. But it's been a couple of years, and things have changed. The tokio team have created `…
-
If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:
```diff
- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
`…
-
If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:
```diff
- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
`…