Packages
ex_debug_toolbar
0.1.18
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
lib/ex_debug_toolbar/plug/pipeline.ex
defmodule ExDebugToolbar.Plug.Pipeline do
use Plug.Builder
plug ExDebugToolbar.Plug.RequestId
plug ExDebugToolbar.Plug.CodeInjector
plug ExDebugToolbar.Collector.ConnCollector
end