thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Define custom Content-Type for JsonStrategy #201

Closed shadowhand closed 6 years ago

shadowhand commented 6 years ago

Our API uses JSON-API format, so we need to serve all responses with Content-Type: application/vnd.api+json.

Having a JsonStrategy::setContentType() method would allow for greater flexibility for specific API formats.

philipobenito commented 6 years ago

Covered by #205