Commit Graph

12 Commits

Author SHA1 Message Date
geoffsee
bd5a84fe95 Add RequestOptions for per-request customization with headers and timeouts
- Introduced the `RequestOptions` struct for flexible HTTP request configurations.
- Added `request_with_options` and `post_with_options` methods.
- Deprecated `request` and `post` in favor of the new methods.
- Updated examples and tests to reflect the new API.
2025-08-28 14:46:07 -04:00
geoffsee
3646a37547 0.3.4 2025-08-28 14:21:36 -04:00
geoffsee
9818998379 Add test-all.sh script for comprehensive feature testing and automate workflows 2025-08-28 14:06:50 -04:00
geoffsee
b0d37194fe uses an example http server to test client functionality 2025-08-26 14:37:54 -04:00
geoffsee
5165fe791a Bump version to 0.3.0 and improve workflows by adding docs job, integrating documentation checks into release.yml, and enhancing trusted publishing process. 2025-08-15 10:44:20 -04:00
geoffsee
99086fb4c5 generates docs before cargo publish 2025-08-15 10:08:45 -04:00
geoffsee
612c1d30dd enable all features for docs generation 2025-08-14 17:58:13 -04:00
geoffsee
dcae449dc6 Add dual licensing under MIT or Apache-2.0 and update version to 0.1.7. Fixed documentation generation workflow. 2025-08-14 17:44:11 -04:00
geoffsee
5dc549ca02 Update test to use HttpClient with different configurations 2025-08-14 17:17:29 -04:00
geoffsee
55788783c5 Update insecure-dangerous feature tests and bump version to 0.1.4 2025-08-14 17:14:08 -04:00
geoffsee
dab74143d2 Fix CI failures, bump version to 0.1.3 and update tests for added timeout configuration 2025-08-14 17:09:07 -04:00
geoffsee
24d7d0bf5a Ensure the all the actions defined in the ci.yml workflow pass locally. 2025-08-14 16:36:56 -04:00