This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
overview [2026/06/30 13:50] jason |
overview [2026/06/30 13:53] (current) jason |
||
|---|---|---|---|
| Line 248: | Line 248: | ||
| Configuration is either **runtime** (plain structs you populate and pass to | Configuration is either **runtime** (plain structs you populate and pass to | ||
| constructors — no rebuild, documented below) or **build-time** (CMake flags that | constructors — no rebuild, documented below) or **build-time** (CMake flags that | ||
| - | need a rebuild — documented under **#build-options**). | + | need a rebuild — documented under **build-options**). |
| ==== Runtime — '' | ==== Runtime — '' | ||
| Line 281: | Line 281: | ||
| | | ||
| ┌───────────────┐ | ┌───────────────┐ | ||
| - | │ built-in HTTP │ │ your fetcher | + | │ built-in HTTP │ │ your fetcher |
| - | │ (default) | + | │ (default) |
| └──────┬────────┘ | └──────┬────────┘ | ||
| | | ||
| Line 310: | Line 310: | ||
| For the full extension-point contract (and the companion broadband-availability | For the full extension-point contract (and the companion broadband-availability | ||
| hint), see [[ARCHITECTURE.md|'' | hint), see [[ARCHITECTURE.md|'' | ||
| - | |||
| - | ===== Documentation ===== | ||
| - | |||
| - | * [[ARCHITECTURE.md|Architecture]] — internal design: layers, components, data flow, thread-safety, | ||
| - | * [[CODING_STANDARDS.md|Coding Standards]] | ||
| - | * [[docs/ | ||
| - | * [[docs/ | ||
| - | * [[docs/ | ||