You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Fixed issue where custom headers added via `.header()` were stored but not sent with requests.
19
19
- Updated `send_request_with_optimization` to accept and forward headers parameter.
20
20
- Enhanced `RequestBuilder` in `http_client` module to support custom header insertion.
21
+
-**Documentation**
22
+
- Fixed incorrect example in `README.md` for HTTP client usage; updated to show correct `.header()` and `.timeout()` usage.
23
+
- Added new `request` example to `README.md` and examples directory, demonstrating a simple GET request with custom headers and timeout using `IpcHttpClient`.
0 commit comments