eosnewmedia / JSON-API-Common

Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
https://eosnewmedia.github.io/JSON-API-Common/
MIT License
14 stars 13 forks source link

Add custom HTTP headers #3

Closed bogomolov-dev closed 6 years ago

bogomolov-dev commented 6 years ago

Needed to implement the Location header in creating/patching resource. See: http://jsonapi.org/format/#crud-creating-responses-201