ScrapExplorer - usr/http_server
Home / usr / http_server
[DIR BEGIN]
Http server in C
An extremely simple http server written in C.
Features
- [x] Sending a basic response
- [ ] Parsing the request type
- [x] Parsing the request path
- [ ] Parsing the request headers
- [ ] Parsing the request body
- [ ] Making a static http file server
Usage
bash
mkdir build
cd build
cmake ..
make
./http_server
* ../
* CMakeLists.txt
* README.md
* server.c
[DIR END]
(C) 2025 0x4248
(C) 2025 4248 Media and 4248 Systems, All part of 0x4248
See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.