Commit Graph

3 Commits

Author SHA1 Message Date
efbe703c9a feat: add http test suite with 286 lines of C and changelog entry for v0.3.0 2025-11-05 10:10:42 +00:00
e162002187 feat: add http implementation test suite with https get and post benchmarks
Introduce a comprehensive test suite for the HTTP library, including HTTPS GET requests to multiple endpoints (httpbin, jsonplaceholder, GitHub API, example.com) with timing and response preview, plus POST request testing with JSON payloads. The suite also adds a utility function for millisecond-precision timing and response length reporting.
2025-11-05 10:08:18 +00:00
71f3d6c1d5 feat: add public url.h header with url_t struct and parse_url function for URL parsing 2025-11-05 10:04:49 +00:00