The http_router gem has served us well in the past years. Thank you @joshbuddy for that. However, it isn't actively maintained anymore, and we wanted to have full control on the low-level features of our routing.
This PR aims to remove http_router as an engine and to implement an in-house (custom) engine based on mustermann matchers.
This is still a WIP, I'll update the PR as I'll finalize it.
The
http_router
gem has served us well in the past years. Thank you @joshbuddy for that. However, it isn't actively maintained anymore, and we wanted to have full control on the low-level features of our routing.This PR aims to remove
http_router
as an engine and to implement an in-house (custom) engine based onmustermann
matchers.This is still a WIP, I'll update the PR as I'll finalize it.