Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 212 Bytes

Experimenting with Zig and HTTP

http.zig partially implements an HTTP server in zig. It only supports GET, a handful of file types and is probably insecure.

Don't actually use this for anything.