v0.2.0
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.
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.