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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user