feature #7 Provides support for the PATCH method for HTTP (ramsey)
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Provides support for the PATCH method for HTTP This pull request allows Silex routes to be specified to handle the `PATCH` method for HTTP. Without this, when trying to specify that a route accepts `PATCH` requests, Silex throws a `BadMethodCallException` with the message `Method "Silex\Route::patch" does not exist.` #### References: * [PATCH Method for HTTP](http://tools.ietf.org/html/rfc5789) Commits ------- 0f6956d1 Provides support for the PATCH method for HTTP
Showing
Please register or sign in to comment