mirror of
https://github.com/actix/actix-website
synced 2025-02-17 18:23:31 +01:00
removes websocket and multipart mention.
This commit is contained in:
parent
471d21b618
commit
303ec26692
@ -7,8 +7,8 @@ weight: 140
|
|||||||
# Writing an Application
|
# Writing an Application
|
||||||
|
|
||||||
`actix-web` provides various primitives to build web servers and applications with Rust.
|
`actix-web` provides various primitives to build web servers and applications with Rust.
|
||||||
It provides routing, middlewares, pre-processing of requests, post-processing of responses,
|
It provides routing, middlewares, pre-processing of requests, post-processing of
|
||||||
websocket protocol handling, multipart streams, etc.
|
responses, etc.
|
||||||
|
|
||||||
All actix web servers are built around the `App` instance. It is used for
|
All actix web servers are built around the `App` instance. It is used for
|
||||||
registering routes for resources and middlewares. It also stores application
|
registering routes for resources and middlewares. It also stores application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user