rack-async2sync 0.1.0
A Rack middleware that transforms async requests (using thin + async_sinatra for example) into synchronous requests. Useful for testing Async Sinatra apps with a minimum of changes in your testing environment.
Gemfile:
=
インストール:
=
バージョン履歴:
- 0.1.0 November 17, 2009 (6.5KB)
Runtime依存関係 (2):
async_sinatra
>= 0
eventmachine
>= 0
Development依存関係 (1):
contest
>= 0