ExAzureStorage
v0.1.0
Pages
Modules
Http.Client
(ExAzureStorage v0.1.0)
View Source
HTTP Client
Link to this section
Summary
Functions
delete(url, headers, options)
get(url, headers, options)
http_adapter()
post(url, body, headers, options)
put(url, body, headers, options)
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
http_adapter()
View Source
Link to this function
post(url, body, headers, options)
View Source
Link to this function
put(url, body, headers, options)
View Source