22 Commits

Author SHA1 Message Date
Geoff Seemueller
bbc21abc2b cleanup (#1)
* 0.3.4

* 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.

* run cargo fmt

* Update HTTP client methods to use `request_with_options` for improved flexibility. Adjusted related test cases and examples accordingly.

* Format `request_with_options` calls for improved readability.

* - Downgrade `edition` from 2024 to 2021 in Cargo.toml files for compatibility.
- Fix nested `if let` statements to improve readability and correctness.
- Reorganize imports for consistency and structure.

* Restore github old workflows

* update ci

---------

Co-authored-by: geoffsee <>
2025-08-28 15:25:28 -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
aa25ffb215 bump version to 0.3.2 2025-08-16 10:12:58 -04:00
geoffsee
29432f61f2 remove noise from documentation 2025-08-16 10:10:04 -04:00
geoffsee
3c057be552 update crate readme 2025-08-15 11:11:56 -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
4b6e203d2b upgrades rust edition from 2021 to 2024 2025-08-15 10:12:05 -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
5676dbef76 remove optional checks in docs workflow, bump version to 0.1.8 2025-08-14 17:51:17 -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
7efc32947e update triggers on docs workflow to sync with release workflow, bump to version 0.1.6 2025-08-14 17:33:15 -04:00
geoffsee
9a47802737 Bump version to 0.1.5 2025-08-14 17:20:31 -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
cb779e9a11 Bump hyper-custom-cert version to 0.1.2 2025-08-14 17:03:49 -04:00
geoffsee
4e87a71b32 Bump version to 0.1.1 and reformat feature combination macro for readability. 2025-08-14 17:03:00 -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
geoffsee
75b3f74ca8 Update repository URL in Cargo.toml to seemueller-io 2025-08-14 16:29:07 -04:00
geoffsee
d466c33bfd init: publish public repository 2025-08-14 16:12:46 -04:00