adra_multi_threaded_web_server 0.1.0

A multi-threaded web server implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Adele • Hello</title>
  </head>
  <body>
    <h1>Hello! Its me</h1>
    <p>Hello from the outside</br>
        At least I can say that I've tried</br>
        To tell you I'm sorry for breaking your heart</br>
        But it don't matter, it clearly doesn't tear you apart anymore</br>
    </p>
  </body>
</html>