Skip to content

v0.2.0

Compare
Choose a tag to compare
@jdesrosiers jdesrosiers released this 29 Jun 06:11
· 13 commits to master since this release

It now builds the correct Allow header based on the user defined routes. Having a proper Allow header, allows us to reject a preflight request for a method that is in allow_methods but has no matching route for that method.