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

Server::simulateCall should strToLower methods #16

Open kheaactua opened 10 years ago

kheaactua commented 10 years ago

If not careful (I wasn't), one can put an upper case method into Server->simulateCall(), which will cause the call not to be matched in Server::findRoutes.

I'd suggest adding a strToLower in the Client::setMethod()