juxt / bidi

Bidirectional URI routing
MIT License
991 stars 92 forks source link

Support compojure's `context` #1

Open JulianBirch opened 10 years ago

JulianBirch commented 10 years ago

Although not strictly part of the ring spec, it would be nice if make-handler was composable with compojure's context macro.

malcolmsparks commented 10 years ago

I agree, it would be nice to be able to mix with Compojure, where users want to use bidi within a subsystem for its (path-for) while remaining compatible with existing Compojure routes at a higher level. Let me mull this over for a bit, the open issue will act as a continual reminder.