mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 22:37:39 +03:00
add rustls support to HttpServer
This commit is contained in:
parent
e9bbde6832
commit
c126713f40
9 changed files with 234 additions and 226 deletions
|
@ -10,7 +10,7 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
|
|||
* Configurable [request routing](https://actix.rs/docs/url-dispatch/)
|
||||
* Multipart streams
|
||||
* Static assets
|
||||
* SSL support with OpenSSL or native-tls
|
||||
* SSL support with OpenSSL or Rustls
|
||||
* Middlewares ([Logger, Session, CORS, CSRF, etc](https://actix.rs/docs/middleware/))
|
||||
* Includes an asynchronous [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
|
||||
* Supports [Actix actor framework](https://github.com/actix/actix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue