View Source BunnyCDN.Request (bunny_cdn v0.1.0)

Low level API for building requests. You usually won't need to use this. If you do need to use it, note that you will need to set the Access_Key headers yourself.

Link to this section Summary

Link to this section Functions

Link to this function

request(client, method, uri, body \\ nil, headers \\ [], options \\ [])

View Source
@spec request(BunnyCDN.Client.t(), atom(), String.t(), binary() | nil, [], []) ::
  {:ok, binary(), term()} | {:error, term()}