mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
refactor streaming responses
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Overview
|
||||
# [WIP] Overview
|
||||
|
||||
Actix web provides some primitives to build web servers and applications with Rust.
|
||||
It provides routing, middlewares, pre-processing of requests, and post-processing of responses,
|
||||
@ -69,7 +69,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
## Handler
|
||||
## [WIP] Handler
|
||||
|
||||
A request handler can have different forms.
|
||||
|
||||
|
Reference in New Issue
Block a user