• Fabien Potencier's avatar
    feature #7 Provides support for the PATCH method for HTTP (ramsey) · 19265c0c
    Fabien Potencier authored
    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
    19265c0c
Name
Last commit
Last update
..
Application Loading commit data...
EventListener Loading commit data...
Exception Loading commit data...
Provider Loading commit data...
Route Loading commit data...
Util Loading commit data...
Application.php Loading commit data...
CallbackResolver.php Loading commit data...
ConstraintValidatorFactory.php Loading commit data...
Controller.php Loading commit data...
ControllerCollection.php Loading commit data...
ControllerProviderInterface.php Loading commit data...
ControllerResolver.php Loading commit data...
ExceptionHandler.php Loading commit data...
ExceptionListenerWrapper.php Loading commit data...
HttpCache.php Loading commit data...
LazyUrlMatcher.php Loading commit data...
RedirectableUrlMatcher.php Loading commit data...
Route.php Loading commit data...
ServiceControllerResolver.php Loading commit data...
ServiceProviderInterface.php Loading commit data...
Translator.php Loading commit data...
WebTestCase.php Loading commit data...