[GitHub] camel pull request: Allows customizing the OPTIONS request.

2015-04-17 Thread stijnvanbael
Github user stijnvanbael closed the pull request at: https://github.com/apache/camel/pull/471 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: Allows customizing the OPTIONS request.

2015-04-09 Thread stijnvanbael
GitHub user stijnvanbael opened a pull request: https://github.com/apache/camel/pull/471 Allows customizing the OPTIONS request. Could be used as a workaround for CAMEL-8373: rest("/products") .verb("options") .route()