mirror of
https://github.com/barnii77/net77.git
synced 2026-06-06 02:06:20 +02:00
tiny networking library
- C 96.2%
- Python 1.9%
- CMake 1.9%
| .idea | ||
| include/net77 | ||
| lib | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE.txt | ||
| README.md | ||
| TODO.md | ||
net77
A tiny networking library written in C for educational purposes. Has HTTP parsing/construction features, can send requests HTTP/1.0 style and has a helpers for hosting HTTP servers. Should in the future support https and http 2.0