Class | Rack::Runtime |
In: |
lib/rack/runtime.rb
|
Parent: | Object |
Sets an "X-Runtime" response header, indicating the response time of the request, in seconds
You can put it right before the application to see the processing time, or before all the other middlewares to include time for them, too.