PlugShopifyEmbeddedSwitch.Helper (plug_shopify_embedded_switch v0.1.0)

Halt helper

Link to this section Summary

Link to this section Functions

Link to this function

get_param_from_header(conn, key)

Specs

get_param_from_header(Plug.Conn.t(), binary()) :: [binary()]
Link to this function

get_param_from_url(conn, key)

Specs

get_param_from_url(
  atom()
  | %{:params => nil | maybe_improper_list() | map(), optional(any()) => any()},
  any()
) :: any()
Link to this function

halt_on_error?(conn, bool, pass_signal)

Specs

halt_on_error?(Plug.Conn.t(), boolean(), atom()) :: Plug.Conn.t()