class App::Downloader::HTTPClient
- App::Downloader::HTTPClient
- App::Downloader
- Reference
- Object
Overview
HTML downloader implemented using Crystal's HTTP::Client.
Supports basic functions like HTTP Keep-Alive, redirections, configurable number of connections per domain, and configurable timeouts.
It is limited to HTTP protocol version which is supported by Crystal.