orthecreedence / wookie

Asynchronous HTTP server in common lisp
http://wookie.lyonbros.com/
MIT License
189 stars 19 forks source link

Added route priorities. #61

Closed ivan4th closed 9 years ago

ivan4th commented 9 years ago

Ordering routes by the order of evaluation of DEFROUTE forms is rather fragile, e.g. one may alter it by recompiling a buffer or a form in SLIME. When priorities aren't given, the old behavior is used.

orthecreedence commented 9 years ago

Looks great, thanks for the addition.