• 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
..
Silex/Tests Loading commit data...
bootstrap.php Loading commit data...