MatrixSDK.HTTPClient behaviour (matrix_sdk v0.2.0) View Source
Provides functions to makes HTTP requests using Tesla.
Link to this section Summary
Link to this section Types
Specs
option() ::
{:method, Tesla.Env.method()}
| {:url, Tesla.Env.url()}
| {:query, Tesla.Env.query()}
| {:headers, Tesla.Env.headers()}
| {:body, Tesla.Env.body()}
| {:opts, Tesla.Env.opts()}
Specs
result() :: Tesla.Env.result()
Link to this section Functions
Link to this section Callbacks
Specs
do_request(MatrixSDK.Client.Request.t()) :: Tesla.Env.result()