Handles the dispatch of requests for missing, unauthenticated and unauthorized requests in the pipeline with a simple setup of behaviours
resource_missing(Plug.Conn.t) :: Plug.Conn.t
unauthenticated(Plug.Conn.t) :: Plug.Conn.t
unauthorized(Plug.Conn.t) :: Plug.Conn.t