-
https://crates.io/crates/actix-web-actors
> This crate is deprecated. Migrate to [actix-ws](https://crates.io/crates/actix-ws).
-
Hello,
I'm trying to use the middleware HttpAuthentication (from actix-web-httpauth), but I'm facing a compile issue since I'm using the wrap function from apistos and not directly actix.
Is t…
-
-
I needed to send authenticated google api requests from my actix-web server using my service account credentials. I've found your great project, but it uses hyper by default. I didn't want to add hype…
-
Sub-protocols are a part of the WebSocket specification (see [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455#section-11.3.4)):
> ```
> The |Sec-WebSocket-Protocol| header field is used in t…
-
Hello,
Everytime I try to add a `user.js` file, the app stops working entirely. I tried redownloading it, but it still doesn't show up on OBS or Chrome. It only started showing up when I re-install…
-
Hi all, I started working on upgrading the Actix-Web parts, but I stumble over an issue with Tokio.
Through [`OPCUASession.connect`](https://github.com/locka99/opcua/blob/43e82f3f35ff86b50a84b6c2b…
-
## Current Behavior
We are experiencing a potential memory leak in our Qdrant deployment when performing point ingestion operations in a multitenant environment. During ingestion, memory usage increa…
-
I'm working on a large project using utoipa with hundreds of paths and component schemas.
My `docs.rs` file where I keep the utoipa macros is thousands of lines long.
Adding / organizing new and…
-
It seems that there is no `impl Responder for Vec` nor `impl FromRequest for Vec` in actix feature, but I did find `Vec` support in reqwest feature.
Did I miss any thing?
Here's the code:
```rus…