tesla v0.6.0 Tesla.Env
Summary
Types
__client__ :: function
__module__ :: atom
body :: any
headers :: %{optional(binary) => binary}
method ::
:head |
:get |
:delete |
:trace |
:options |
:post |
:put |
:patch
opts :: [any]
stack :: [{atom, atom, any}]
status :: integer
t :: %Tesla.Env{__client__: __client__, __module__: __module__, body: body, headers: headers, method: method, opts: opts, query: query, status: status, url: url}
url :: binary