Commit 3cfc2b0
committed
docs: Fix README inaccuracies on parser selection and form value types
- Selection is by the full media type (type/subtype), not the RFC
9110 subtype. Note that lookup is case-insensitive.
- After coercion, form list values are not strictly List<String> —
an integer-array property yields List<Long>, etc. Describe the
pre- and post-coercion shape correctly.1 parent 89cb890 commit 3cfc2b0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments