hteapot β Release Notes
π Highlights
This patch brings several improvements, new features, and bug fixes:
New Features
- Proxy mode (CONNECT support): allows hteapot to act as a proxy server.
- Chunked body support: requests can now handle streaming/chunked payloads.
- Extensible request handlers: easily add new request types like static files or custom proxies.
Improvements
- HTTP core & request builder: more robust and efficient request handling.
- CLI argument parsing: improved usability and error handling.
- Cache system: enhanced performance and reliability.
- Test coverage: added tests to ensure stability.
- Case-insensitive headers: new HttpHeaders struct simplifies header handling.
This release focuses on stability, new proxy capabilities, and better support for advanced request handling.
π¦ Availability
HTeaPot v0.6.5 is now available:
- On crates.io
- On the new web!
- As precompiled binaries (see below)
- Or you can build it from the main branch for the latest updates
| Architecture | Windows | macOS | Linux |
|---|---|---|---|
| ARM | β³ | β | β |
| X86-64 | β | β | β |
What's Changed
- Version/0.6.5 by @Az107 in #40
Full Changelog: v0.6.2...v0.6.5