Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 291 Bytes

README.MD

File metadata and controls

15 lines (11 loc) · 291 Bytes

server - HTTP Server written in C

HTTP Server implementation using unix sockets.

HTTP Methods handled:

  • GET

HTTP Responses implemented:

  • 200 OK
  • 404 Not Found

TODO list:

  • Handle paths
  • File configuration support (JSON, YAML, TOML, custom... 🤷‍♂️)
  • Threads support