class LittleGhost::Support::HTTPClient

HTTPClient gives integrations a shared, bounded streaming HTTP layer. It applies cancellation, deadlines, timeouts, and response-size limits while yielding response chunks as they arrive.

HTTPS defaults

HTTPS is required by default. Enabling allow_insecure_http can expose API keys and model content in transit; use it only with a local development endpoint.