View Source PlugImageProcessing.Sources.HTTPClient behaviour (plug_image_processing v0.3.1)

Link to this section Summary

Link to this section Callbacks

@callback get(url :: String.t(), max_length :: non_neg_integer()) ::
  {:ok, binary(), Keyword.t()} | {:http_error, any()} | {:error, any()}