Parent: #375
Implement the four foreign-object FetchHeaders adapters after the core boundary lands:
- WebCore__FetchHeaders__createFromPicoHeaders_
- WebCore__FetchHeaders__createFromUWS
- WebCore__FetchHeaders__createFromH3
- WebCore__FetchHeaders__toUWSResponse
Acceptance:
- Pin and document every dereferenced request/response layout and response-kind value for the declared Home/Bun revisions.
- Use a stable C adapter or exact versioned layout contract; never reinterpret arbitrary C++ objects from guessed Zig layouts.
- Preserve raw header order, duplicate semantics, empty filtering, pseudo-header behavior, Set-Cookie separation, HTTP/3 restrictions, and Date/header state updates where applicable.
- Null and unsupported adapter/version paths fail explicitly and safely.
- Add exact-layout consumer fixtures, adapter integration tests, CI, docs, and Debug/ReleaseSafe evidence.
Children
Parent: #375
Implement the four foreign-object FetchHeaders adapters after the core boundary lands:
Acceptance:
Children