made webserver multithreaded.
This commit is contained in:
parent
20406b1d58
commit
5bb857d60b
4 changed files with 192 additions and 46 deletions
11
the_book/http_server/stopped.html
Normal file
11
the_book/http_server/stopped.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bye!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bye!</h1>
|
||||
<p>Bye from Rust!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue