hanami / router

Ruby/Rack HTTP router
http://hanamirb.org
MIT License
362 stars 92 forks source link

Remove http_router as engine, in favor of a custom one based on mustermann matchers #148

Closed jodosha closed 6 years ago

jodosha commented 7 years ago

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.

AlfonsoUceda commented 7 years ago

@jodosha can you resolve conflicts? just to keep up to date this branch ;)