tk-http 0.3.9

A full-features asynchronous HTTP implementation for tokio-rs stack, including websockets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <script src="/ws.js" async defer></script>
  </head>
  <body>
    <h1>Welcome to echo server!</h1>
    <input type="text" placeholder="Your message" id="input"
      style="visibility: hidden">
    <div id="responses"></div>
  </body>
</html>