-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi!
I got an API with content negotiation. For binaries resources, the caller don't know the mime type.
Typically, if it's a element in an HTML page, I can't specify headers.
When the resource GET method is called, the server knows its type, and I can return an ImageModel or PdfModel or whatever I need instead of HalEntity or HalCollection, but the RestController encapsulate my model into a new entity and a ContentNegotiationViewModel... :-/
Rest controller should bypass contentNegotiation if I want to use my own model.
Originally posted by @webaaz at zfcampus/zf-rest#89
Metadata
Metadata
Assignees
Labels
No labels