Skip to content

Commit b600794

Browse files
committed
feat: Enhance documentation for HTTP client usage and add new request example
1 parent 2c32c7f commit b600794

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Fixed issue where custom headers added via `.header()` were stored but not sent with requests.
1919
- Updated `send_request_with_optimization` to accept and forward headers parameter.
2020
- 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`.
2124

2225
### Changed
2326
- **Clippy Configuration**

0 commit comments

Comments
 (0)