http-url 0.2.0

A focused HTTP/HTTPS URL builder powered by the `url` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

## [0.2.0]https://github.com/shenghaiyang/http-url/compare/v0.1.0...v0.2.0 - 2026-07-21

### Other

- Remove unused CARGO_REGISTRY_TOKEN variable
- Update actions/checkout action to v7
- Refactor internal URL handling to use the url crate
- Add release-plz workflow
- Add README badges

## 0.1.0

Initial release