mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Added a missing comma so that sentence make sense (#374)
Added a missing comma so that sentence make sense
This commit is contained in:
parent
ecdd7d2ff3
commit
cef64ba5ea
@ -13,7 +13,7 @@ We call Actix Web a powerful and pragmatic framework. For all intents and purpos
|
||||
<!-- TODO -->
|
||||
<!-- actix-extras -->
|
||||
|
||||
An application developed with Actix Web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like 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 well as TLS (HTTPS). This makes it useful for building small services ready for production.
|
||||
An application developed with Actix Web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like 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 well as TLS (HTTPS). This makes it useful for building small services ready for production.
|
||||
|
||||
<p>
|
||||
Most importantly: Actix Web runs on Rust { rustVersion } or later and it works with stable releases.
|
||||
|
Loading…
Reference in New Issue
Block a user