feat(example): read file by chunks in send_file example (#2193)

This commit is contained in:
Nikolai Kuklin
2020-04-25 01:02:58 +05:00
committed by GitHub
parent e08a271eb9
commit 203621e3be
4 changed files with 11 additions and 26 deletions

View File

@@ -3,9 +3,8 @@
<title>Hyper responding example</title>
</head>
<body>
<h1>Hyper responding example</h1>
<h1>Hyper responding example, streamed in chunks</h1>
<a href="index.html">index.html</a> Top Level<br>
<a href="big_file.html">big_file.html</a> This page, streamed in chunks<br>
<a href="no_file.html">no_file.html</a> A 404 test, the requested file does not exist<br>
</body>
</html>