Module: Ucode::Fetch
- Defined in:
- lib/ucode/fetch.rb,
lib/ucode/fetch/http.rb,
lib/ucode/fetch/ucd_zip.rb,
lib/ucode/fetch/unihan_zip.rb,
lib/ucode/fetch/code_charts.rb,
lib/ucode/fetch/font_fetcher.rb,
lib/ucode/fetch/font_fetcher/result.rb,
lib/ucode/fetch/specialist_font_fetcher.rb
Overview
Fetchers — download UCD.zip, Unihan.zip, per-block Code Charts PDFs, and the specialist Tier 1 fonts that fontist's formula index does not carry.
OCP: Http is the single network boundary. New source types add a new Fetcher class that calls Http.get; no new HTTP stack.
Defined Under Namespace
Modules: CodeCharts, FontFetcher, Http, UcdZip, UnihanZip Classes: SpecialistFontFetcher