QUOTE: Love yourself first, then others.

libhttp

A basic HTTP Framework

DateCommit messageAuthorFiles+-
2025-05-12 21:07feat: Updated READMESophie1+6-6
2025-04-06 15:26feat: Added queries/params parsing & improved type/function namesSophie1+173-119
2025-04-06 12:03feat: Added routing, macros & fixed memory leaksSophie2+277-29
2025-03-11 15:42feat: Shortened type namesSophie1+113-126
2025-02-03 08:42feat: Added socket read timeoutSophie1+57-42
2024-10-31 21:43fix: Made read() non-blockingSophie1+16-9
2024-10-31 12:46fix: Guarded http_read() from blocking with poll()Sophie1+9-3
2024-09-25 08:41feat: Switched to single header file & added error handlingSophie5+795-792
2024-09-20 11:19fix: Fixed POST request read body bugtypable1+5-3
2024-09-20 10:12fix: Fixed TLS certificate bugtypable2+3-1
2024-09-18 09:05feat: Added multi-port/host bindingtypable2+142-84
2024-08-24 10:04feat: Added ext data to http_request_t & removed loggingtypable2+25-11
2024-05-28 15:07fix: Added missing HTTP body memory allocationtypable1+2-0
2024-05-08 09:53fix: Fixed high CPU usage bugtypable1+15-5
2024-05-06 09:04fix: Fixed write on closed socket bugtypable1+2-0
2024-04-03 11:53feat: Updated README.mdtypable1+6-0
2024-04-03 11:51Initial implementationtypable4+710-0