Commit 4ae4fd9
docs(architecture): document http_request_impl structure (§4.2)
Per the DR-014 scope decision, http_request is not decomposed into
collaborators for v2.0 (it is a single arena-allocated impl and DR-003b's
PMR allocation makes a split a distinct problem). Instead document its
five concerns (backend handles, lazy-cache farm, test-request local
storage, auth credentials, GnuTLS cert cache) and the _args/_tls/_auth
file split so contributors and tooling can navigate the fat impl.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0d59a6e commit 4ae4fd9
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
7 | 19 | | |
8 | 20 | | |
9 | 21 | | |
| |||
0 commit comments