-
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…
-
### xx/xx (日)
**時間: 14:00~18:00**
**主題: Rust - 網站伺服器**
**講者: 共同導讀**
- 使用框架 [actix-web](https://github.com/actix/actix-web) - 開始活躍 (資深朋友介紹)
- 其他框架 [Rocket](https://github.com/SergioBenitez/Rocke…
-
Hi Diggsey!
Thanks for sharing this interesting project. I like the async/await support and your emphasis on correctly mutating actor state.
I have a small application currently implemented in…
-
Reproduce snippet:
```rust
#[actix_web::main]
async fn main() -> std::io::Result {
let sys_time = std::time::SystemTime::now();
let start_time = sys_time.elapsed().unwrap();
let cl…
-
Hi @Brooooooklyn
I'm implementing a WebSocket communication library for some microcontrollers with WiFi connectivity (such as Espressif ESP32), and I would like to try some new concepts, that make…
-
Stage 1:
- [x] Type erase as HTTP handler when storing data on `Endpoint`.
- [x] Websocket support for Axum
- [x] Rust docs for all types + enable linter warning
- [x] Unit testing utils worki…
-
~Your issue may already be reported!
Please search on the [Actix Web issue tracker](https://github.com/actix/actix-web/issues) before creating one.~
Searched ✔️
## Expected Behavior
be ab…
-
Use [utoipa](https://github.com/juhaku/utoipa) to generate the OpenAPI file.
## Context
Updating the open API file takes a lot of time every two months and may contain a lot of errors.
By auto-…
-
## Description
To streamline further the `utoipa` library and to provide deeper integeration for frameworks like `actix_web`, `axum`, and `rocket` it would be great to be able to automatically reco…
-
Related: #19
IMHO, one of the major deficiencies of actix-web documentation and codebase is that examples may not be self-contained, being clean enough and straighforward enough for newcomers into…