Commit Graph

2 Commits

Author SHA1 Message Date
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