Closed jeluard closed 7 years ago
ring-cors depends on ring-core for the sole method get-header.
ring-cors
ring-core
It would be nice to drop this dependency and simply copy the code in ring-cors for 2 reasons:
What do you think? I can create a PR if needed.
@jeluard Yes, we can do that. PR welcome!
ring-cors
depends onring-core
for the sole method get-header.It would be nice to drop this dependency and simply copy the code in
ring-cors
for 2 reasons:ring-core
ring-core
ships with lots of irrelevant transitive dependenciesWhat do you think? I can create a PR if needed.