juxt / bidi

Bidirectional URI routing
MIT License
993 stars 90 forks source link

Feature Request: Adding headers in a 307 redirect. #203

Open zendevil opened 4 years ago

zendevil commented 4 years ago

Suppose I have a redirect like so (->Redirect 307 "some.url/uri"), and I want to add the following headers to the redirect: "{:headers {"Access-Control-Allow-Headers" "Content-Type" "Access-Control-Allow-Origin" "*"}}" There seems to be no way of doing this in the documentation.