server_timing v0.1.5 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