Module: Opencdd::Cddal::Fetcher
- Defined in:
- lib/opencdd/cddal/fetcher.rb,
lib/opencdd/cddal/fetcher/net_http.rb,
lib/opencdd/cddal/fetcher/in_memory.rb
Overview
Pluggable fetcher for URL-based CDDAL imports. The default
NetHttp implementation honors an on-disk cache and an
offline: flag (used in CI to avoid network dependence).
Tests use InMemory to stub URL fetching without touching
the network.