A minimalistic HTTP server written in C that handles GET requests, serves files and supports MIME-type detection and logging
- Serve raw contents of files over HTTP GET requests
- Simple 404 handling
- MIME type support
- Requests and Output logging
- Handling Bad requests
gcc server.c -o server./serverThen visit http://localhost:8080/index.html
GET /index.html HTTP/1.1
Host: localhost:8080