xentek / hyperdrive

hypermedia state machine
https://rubygems.org/gems/hyperdrive
MIT License
5 stars 0 forks source link

Add Before/After Callback support #27

Closed xentek closed 10 years ago

xentek commented 10 years ago

Allows users to register blocks to be run at different points in the lifecycle of processing a request. For starters, we will support callbacks before and after a request_handler is run.