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
Overview
Fetchers — download UCD.zip, Unihan.zip, and per-block Code Charts PDFs.
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, Http, UcdZip, UnihanZip