mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
update doc string
This commit is contained in:
parent
ffb89935b6
commit
47f01e5b7e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
//! * Graceful server shutdown
|
||||
//! * Multipart streams
|
||||
//! * SSL support with openssl or native-tls
|
||||
//! * Middlewares (`Logger`, `Session`, `CORS`, `DefaultHeaders`)
|
||||
//! * Middlewares (`Logger`, `Session`, `CORS`, `CSRF`, `DefaultHeaders`)
|
||||
//! * Built on top of [Actix actor framework](https://github.com/actix/actix).
|
||||
|
||||
#![cfg_attr(actix_nightly, feature(
|
||||
|
|
Loading…
Reference in a new issue