Skip to content

Tags: mcpplibs/tinyhttps

Tags

0.2.0

Toggle 0.2.0's commit message
feat: add isCancelled support to download_to_file

Check cancellation callback after each 8KB block during body read.
Allows callers to abort long downloads promptly (e.g. ESC in TUI).

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

0.1.0

Toggle 0.1.0's commit message
feat: initial release of mcpplibs-tinyhttps

Minimal C++23 HTTP/HTTPS client library extracted from llmapi.
Features: HTTP client, SSE streaming, proxy support, mbedTLS TLS.

Co-Authored-By: Claude Opus 4.6 <[email protected]>