defmodule Satellite.Defaults do def default_pipeline() do [ {:read, :verb, &Satellite.Verb.parse/3, <<>>}, {:read, :path, &Satellite.Path.parse/3, {false, [], <<>>}}, {:read, :conn, &Satellite.Conn.parse/3, <<>>} ] end end