We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e409a5c commit 1fb57ecCopy full SHA for 1fb57ec
examples/09_03_slow_request/404.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Hello!</title>
6
+ </head>
7
+ <body>
8
+ <h1>Oops!</h1>
9
+ <p>Sorry, I don't know what you're asking for.</p>
10
+ </body>
11
+</html>
examples/09_03_slow_request/hello.html
+ <h1>Hello!</h1>
+ <p>Hi from Rust</p>
examples/09_05_final_tcp_server/404.html
0 commit comments