module AsyncRackTest

Adds aget, apost, etc. which treat an asynchronous rack-app as synchronous.

Turns an async rack app into a sync one. This let's you test the app with rack-test as if it were synchronous.