You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi!
I got an API with content negotiation. For binaries resources, the caller don't know the mime type.
element in an HTML page, I can't specify headers.
Typically, if it's a
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
The text was updated successfully, but these errors were encountered: