valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Collect methods for the `Allow` header in `perform_routing` #168

Open arteymix opened 8 years ago

arteymix commented 8 years ago

Right now, methods are collected by passing through all the Route objects, but that is not representative of what is truly allowed.

It's possible to modify perform_routing to collect alternative methods (or Route) and return that information.