marcj / php-rest-service

Php-Rest-Service is a very simple and fast PHP class for server-side RESTful JSON APIs.
MIT License
216 stars 74 forks source link

Returning output as XML format. #24

Closed kazitanvirahsan closed 8 years ago

kazitanvirahsan commented 8 years ago

returning output as XML format for GET response?

marcj commented 8 years ago

it's possible with xml accept header, but I wouldn't recommend it. This library is basically for JSON optimized.

kazitanvirahsan commented 8 years ago

Sending any request data (for get, post , put..) as json format?