Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.6.5

Latest

Choose a tag to compare

@Az107 Az107 released this 08 Aug 15:12
· 20 commits to version/0.6.5 since this release
62a08cf

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