-
I am trying `utoipa_actix_web` with `ResourceFiles`, and to struggle a bit. Here is the snippet:
```rust
use actix_web_static_files::resource_files::ResourceFiles;
pub fn configure(config: &mut…
ctron updated
1 month ago
-
When an `actix-web` server receives a SIGTERM signal, it will stop accepting new connections and wait for all active connections to close. After the shutdown timeout configured by `HttpServer::shutdow…
-
Can't build with latest version of actix-web. Here is the error:
```
C:\Users\candronikos\Projects\project>cargo build
error: multiple packages link to native library `ring-asm`, but a native lib…
-
I'm submitting this issue without a minimal case so far because I have only been able to reproduce it with a specific server which requires authentication. Apologies for the lack of context. I'll try …
-
It's alright to generate code for Poem web API as a proof-of-concept. But the code generator should be structure in a way that's easy to generate code for various web API listed below:
* Poem [asyn…
-
web::scope routes with same path but different http method are ignored from the generated spec.
For example:
```rust
use actix_web::{App, HttpServer};
use paperclip::actix::web;
use paperclip::…
-
This issue aims to guide the creation of a microservice proof of concept (POC) in Rust, leveraging Rust's performance and safety features. Below, you'll find a step-by-step outline and references to h…
-
Hello, and thank you very much for this crate.
Here is the gist for a reproductible example: [https://gist.github.com/allencamal/cfe62dda9fc8132ba6707d5771cac7f1](https://gist.github.com/allencamal…
-
This library does not support versions of `actix-web` greater than the latest version 3 release (`3.3.3`). It would be awesome if Actix version 4 support is added in!
-
There's been some interest, post-v3 launch, in a crate for managing CSRF tokens for actix-web. This would make a great jumping off point.
Are you interested in reviving this repo or alternatively w…