waygate 0.1.0

A modern HTTP client for Rust focusing on reliability, streaming, and extensibility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog


All notable changes to this project will be documented in this file.

This project aims to follow semantic versioning once it reaches a stable 1.x series.

## [0.1.0] - 2025-12-03


### Added

- Initial library crate layout and tooling.
- Generic `Client` type parameterized by a backend implementation.
- `MockBackend` for tests and offline usage, exposed as `MockClient`.
- `HyperBackend` built on hyper and Tokio, exposed as `HyperClient`.
- Basic `Request` and `Response` types.
- Unified error type and simple client configuration structure.
- First unit test and crate-level documentation.