1
0
Fork
You've already forked simple-http-server
0
Simple HTTP server written in C lang.
  • C 90.8%
  • Makefile 9.2%
Andie Keller d8b499cef1 rework using examples for guidance
- size_t vs int
- pthreads
- read mime types
2024年03月22日 16:06:28 +08:00
src rework using examples for guidance 2024年03月22日 16:06:28 +08:00
.gitignore first pass of HTTP server(WIP); Makefile & gitignore updated; 2024年02月24日 16:04:48 +08:00
LICENSE Initial commit 2024年02月24日 04:44:50 +00:00
Makefile first pass of HTTP server(WIP); Makefile & gitignore updated; 2024年02月24日 16:04:48 +08:00
README.md Initial commit 2024年02月24日 04:44:50 +00:00

simple-http

Simple HTTP server written in C lang.