Commit 4ad28b5
committed
Allow the Encoding Object in all locations
There is no reason to restrict use of the `encoding` field of
the Media Type Object to Request Body Objects only. Not only
does this exclude legitimate use cases of returning multipart
content (particularly as we fix the support for `multipart/mixed`),
it also complicates implementation by requiring the handlingn of
the Media Type Object to be context-aware.
This is a rare change that both simplifies implementation and
adds functionality.1 parent 1fccd24 commit 4ad28b5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1615 | 1615 | | |
1616 | 1616 | | |
1617 | 1617 | | |
1618 | | - | |
| 1618 | + | |
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
| |||
0 commit comments