nucleus-http 0.15.1

Web Framework/Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Hello!</title>
  </head>
  <body>
    <h1>404 Not Found</h1>
    <h2>Oops!</h2>
    <p>Sorry, I don't know what you're asking for.</p>
  </body>
</html>