hyper-spider 1.6.0

A protective and efficient HTTP library for all.
Documentation
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>Hyper responding example</title>
  </head>
  <body>
    <h1>Hyper responding example, streamed in chunks</h1>
    <a href="index.html">index.html</a> Top Level<br>
    <a href="no_file.html">no_file.html</a> A 404 test, the requested file does not exist<br>
  </body>
</html>