mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
Merge pull request #63 from rofrol/patch-1
The start methods -> The start method
This commit is contained in:
commit
bd8f4e92d1
@ -119,7 +119,7 @@ You can change this parameter with the
|
|||||||
You can send a stop message to the server with the server address and specify if you want
|
You can send a stop message to the server with the server address and specify if you want
|
||||||
graceful shutdown or not. The
|
graceful shutdown or not. The
|
||||||
[`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start)
|
[`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start)
|
||||||
methods returns address of the server.
|
method returns address of the server.
|
||||||
|
|
||||||
`HttpServer` handles several OS signals. *CTRL-C* is available on all OSs,
|
`HttpServer` handles several OS signals. *CTRL-C* is available on all OSs,
|
||||||
other signals are available on unix systems.
|
other signals are available on unix systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user