so://phie

tpee

A low-key HTTP micro-framework for people who hate web bloat

git clone git@soophie.de:/srv/git/tpee

  • ID TIME MESSAGE AUTHOR
  • b3c20da 2026-08-13 fix: Fixed README.md code example Sophie
  • 5cda9ef 2026-08-13 feat: Renamed project to "tpee" Sophie
  • 947d6c1 2026-02-08 feat: Added @impl documentation Sophie
  • 085a286 2026-02-08 feat: Added initial documentation Sophie
  • c53c941 2026-02-05 feat: Added LICENSE and updated README Sophie
  • 4a5392d 2026-02-04 feat: Added HTTP_RESP_HANDLED for empty responses Sophie
  • af335a3 2025-12-08 feat: Updated header guards and transitioned to 'self' convention Sophie
  • 70d57bf 2025-12-07 feat: Moved server implementation to so/sock & added http_bind_listen() Sophie
  • ad5ce3f 2025-09-17 fix: Updated README example Sophie
  • 6413047 2025-09-16 feat: Renaming & added stream write functions Sophie
  • ea6fb5f 2025-05-12 feat: Updated README Sophie
  • 60c1583 2025-04-06 feat: Added queries/params parsing & improved type/function names Sophie
  • 2eff0b3 2025-04-06 feat: Added routing, macros & fixed memory leaks Sophie
  • bc113ba 2025-03-11 feat: Shortened type names Sophie
  • 9cf6f81 2025-02-03 feat: Added socket read timeout Sophie
  • b5ec0c1 2024-10-31 fix: Made read() non-blocking Sophie
  • 5220ab4 2024-10-31 fix: Guarded http_read() from blocking with poll() Sophie
  • 2e7bac5 2024-09-25 feat: Switched to single header file & added error handling Sophie
  • 4f56812 2024-09-20 fix: Fixed POST request read body bug typable
  • ab7b16f 2024-09-20 fix: Fixed TLS certificate bug typable
  • 8ecc334 2024-09-18 feat: Added multi-port/host binding typable
  • 5696a76 2024-08-24 feat: Added ext data to http_request_t & removed logging typable
  • cf861bd 2024-05-28 fix: Added missing HTTP body memory allocation typable
  • 82a811c 2024-05-08 fix: Fixed high CPU usage bug typable
  • 00aab00 2024-05-06 fix: Fixed write on closed socket bug typable
  • 19a49f2 2024-04-03 feat: Updated README.md typable
  • 76c0a03 2024-04-03 Initial implementation typable