tiny networking library
  • C 96.2%
  • Python 1.9%
  • CMake 1.9%
Find a file
2025-01-12 23:43:40 +01:00
.idea tons of refactors and a clearer path for progression... this is mainly a temporary commit as not all tests are currently passing and not all immediate TODOs are done, but still worth committing imo 2025-01-12 23:43:40 +01:00
include/net77 tons of refactors and a clearer path for progression... this is mainly a temporary commit as not all tests are currently passing and not all immediate TODOs are done, but still worth committing imo 2025-01-12 23:43:40 +01:00
lib tons of refactors and a clearer path for progression... this is mainly a temporary commit as not all tests are currently passing and not all immediate TODOs are done, but still worth committing imo 2025-01-12 23:43:40 +01:00
scripts made big data test pass and refactored some code to move some common elements out into a separate function (eg reading all data available to read on a socket with certain timeout settings) 2024-12-30 15:58:10 +01:00
tests tons of refactors and a clearer path for progression... this is mainly a temporary commit as not all tests are currently passing and not all immediate TODOs are done, but still worth committing imo 2025-01-12 23:43:40 +01:00
.gitignore made big data test pass and refactored some code to move some common elements out into a separate function (eg reading all data available to read on a socket with certain timeout settings) 2024-12-30 15:58:10 +01:00
CMakeLists.txt tons of refactors and a clearer path for progression... this is mainly a temporary commit as not all tests are currently passing and not all immediate TODOs are done, but still worth committing imo 2025-01-12 23:43:40 +01:00
LICENSE.txt initial commit 2024-10-07 00:57:32 +02:00
README.md bugfixes, extensions, and other minor updates 2025-01-01 15:01:22 +01:00
TODO.md tons of refactors and a clearer path for progression... this is mainly a temporary commit as not all tests are currently passing and not all immediate TODOs are done, but still worth committing imo 2025-01-12 23:43:40 +01:00

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