tesla v0.10.0 Tesla.Env View Source
Link to this section Summary
Link to this section Types
Link to this type
method()
View Source
method :: :head | :get | :delete | :trace | :options | :post | :put | :patch
Link to this type
t()
View Source
t() :: %Tesla.Env{__client__: __client__, __module__: __module__, body: body, headers: headers, method: method, opts: opts, query: query, status: status, url: url}