justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

Allow filters to process the outgoing response, similar to Django middleware #7

Open justinfagnani opened 11 years ago

gmosx commented 11 years ago

Moreover, each filter should be able to call (and wrap) the next filter or handler in the pipeline.