• 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
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.rst Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...