Buffer results to file system while simulation is running.
This makes it possible to run clj-gatling for long period of time without
running out of memory.
Changed format of request functions.
Callback is the first parameter and user-id is not separate parameter anymore.
You can get user-id from context via :user-id key.