Q1: A design review cites RFC 9651. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of HTTP Structured Fields from nearby security functions and policy decisions.
**Related keywords:**
- **Dictionary**: Keyed Structured Field value
- **Item**: Single Structured Field value
- **strict parsing**: Failing instead of repairing invalid input
**Options:**
- A: rewriting the syntax of every existing HTTP field is not the central purpose of RFC 9651. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: giving new HTTP fields common data types and algorithms for parsing and serialization is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: making relaxed parser behavior interoperable by accepting any convenient input is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.