Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 425 Bytes

ASSEMBLY.md

File metadata and controls

16 lines (12 loc) · 425 Bytes

Assembly

asmttpd - Web server for Linux written in amd64 assembly.

Features:

  • Multi-threaded.
  • No libraries required ( only 64-bit Linux ).
  • Very small binary, roughly 6 KB.
  • Quite fast.

What works:

  • Serving files from specified document root.
  • HEAD requests.
  • 200, 206, 404, 400, 413, 416
  • Content-types: xml, html, xhtml, gif, png, jpeg, css, js, and octet-stream.