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 af47b8b commit d8d6856Copy full SHA for d8d6856
server/assets/http-protocol/index.html
@@ -7,5 +7,10 @@
7
</head>
8
<body>
9
<h1>It works!</h1>
10
+ <ul>
11
+ <li><a href="/http-protocol/example">Example</a></li>
12
+ <li><a href="/http-protocol/removed">Redirect</a></li>
13
+ <li><a href="/http-protocol/stream">Stream</a></li>
14
+ </ul>
15
</body>
16
</html>
0 commit comments