Expand description
waygate - modern HTTP client for Rust.
This crate is under active development. See plan.md for the roadmap and design goals.
Modules§
- backend
- Backend abstraction used by the client. Traits and types for pluggable HTTP backends.
- client
- Client implementation and user-facing API. HTTP client entry point and high-level API.
- config
- Configuration types for the client. Configuration structures for the client and requests.
- error
- Error types for waygate. Unified error type for the library.
- request
- HTTP request types. Types representing HTTP requests.
- response
- HTTP response types. Types representing HTTP responses.