From 303ec266925471f96c22c1ed28e17e84bf7bb2e5 Mon Sep 17 00:00:00 2001 From: Cameron Dershem Date: Tue, 18 Jun 2019 16:52:51 -0400 Subject: [PATCH] removes websocket and multipart mention. --- content/docs/application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/application.md b/content/docs/application.md index c77f3e6..177c615 100644 --- a/content/docs/application.md +++ b/content/docs/application.md @@ -7,8 +7,8 @@ weight: 140 # Writing an Application `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, -websocket protocol handling, multipart streams, etc. +It provides routing, middlewares, pre-processing of requests, post-processing of +responses, etc. All actix web servers are built around the `App` instance. It is used for registering routes for resources and middlewares. It also stores application