fork download
  1. <html>
  2. <head>
  3. <title>title</title>
  4. </head>
  5. <body>
  6. <form method="post" action="http://localhost:4321/">
  7. <input type="text" name="id" value="aaa">
  8. <input type="text" name="pw" value="bbb">
  9. <input type="submit" value="login">
  10. </form>
  11. </body>
  12. </html>
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty