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.
This commit is contained in:
2025-11-05 10:08:18 +00:00
parent 71f3d6c1d5
commit e162002187
2 changed files with 294 additions and 0 deletions
+8
View File
@@ -2,6 +2,14 @@
## Version 0.2.0 - 2025-11-05
Updated documentation files. This includes changes to the project's release notes and a header file.
**Changes:** 2 files, 103 lines
**Languages:** C (93 lines), Markdown (10 lines)
## Version 0.1.0 - 2025-11-05
Automated versioning and changelog updates are now available when you commit code. This simplifies release management and ensures accurate changelog entries.