server_timing v0.1.4 ServerTiming.Plug View Source
A plug to setup server_timing initial store, and to set server-timing.
Usage
Setup the plug in your app, is as simple as.
defmodule Router do use Plug.Router plug ServerTiming.Plug end
A plug to setup server_timing initial store, and to set server-timing.
Setup the plug in your app, is as simple as.
defmodule Router do use Plug.Router plug ServerTiming.Plug end