jsonapi v1.2.3 JSONAPI.ContentTypeNegotiation View Source
Provides content type negotiation by validating the content-type
and accept
headers.
The proper jsonapi.org content type is
application/vnd.api+json
. As per the spec
This plug does three things:
- Returns 415 unless the content-type header is correct.
- Returns 406 unless the accept header is correct.
- Registers a before send hook to set the content-type if not already set.
Link to this section Summary
Link to this section Functions
Link to this function
call(conn, opts) View Source
Link to this function