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

Specify http code response #46

Open sjpagna opened 4 years ago

sjpagna commented 4 years ago

Hi, we are considering whether to use this library in our code, we would have a need to specify the different response codes https://www.php.net/manual/en/function.http-response-code.php , is it possible? if it is we could have an example code

marcj commented 4 years ago

You shouldnt use this anymore.