Http.Client (ExAzureStorage v0.1.0) View Source

HTTP Client

Link to this section Summary

Link to this section Functions

Link to this function

delete(url, headers, options)

View Source
Link to this function

get(url, headers, options)

View Source

Specs

get(any(), any(), any()) :: {:error, any()} | {:ok, any(), any()}
Link to this function

post(url, body, headers, options)

View Source
Link to this function

put(url, body, headers, options)

View Source