mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
commit
4023b0239e
@ -17,8 +17,8 @@ you will probably find yourself at home quickly, but even if you are coming from
|
|||||||
another programming language you should find actix-web easy to pick up.
|
another programming language you should find actix-web easy to pick up.
|
||||||
|
|
||||||
An application developed with `actix-web` will expose an HTTP server contained
|
An application developed with `actix-web` will expose an HTTP server contained
|
||||||
within a native executable. You can put this behind another HTTP server like
|
within a native executable. You can either put this behind another HTTP server like
|
||||||
nginx or serve it up as such. Even in the complete absence of another HTTP
|
nginx or serve it up as-is. Even in the complete absence of another HTTP
|
||||||
server `actix-web` is powerful enough to provide HTTP 1 and HTTP 2 support as
|
server `actix-web` is powerful enough to provide HTTP 1 and HTTP 2 support as
|
||||||
well as SSL/TLS. This makes it useful for building small services ready for
|
well as SSL/TLS. This makes it useful for building small services ready for
|
||||||
distribution.
|
distribution.
|
||||||
|
Loading…
Reference in New Issue
Block a user