View Source Macfly.HTTP behaviour (macfly v0.2.19)

Summary

Callbacks

@callback get(url :: URI.t(), headers :: Keyword.t()) :: {atom(), any()}
Link to this callback

post(url, body, headers)

View Source
@callback post(url :: URI.t(), body :: String.t(), headers :: Keyword.t()) ::
  {atom(), any()}

Functions