10.2.2 201 Created
The response SHOULD include an entity containing a list of resource characteristics and location(s) from which the user or user agent can choose the one most appropriate. The entity format is specified by the media type given in the Content-Type header field.
If I make a request to create an image/png
POST /my/images HTTP/1.1
Content-Type: image/png
...
Should the entity of the response be a "list of resource characteristics and location(s)" formatted as a PNG?
Formatting a list of characteristics and locations as a PNG seems very wrong. Am I reading the HTTP standard correctly?