tesla v0.6.0 Tesla.Env

Summary

Types

__client__ :: function
__module__ :: atom
body :: any
client :: (t, stack -> t)
headers :: %{optional(binary) => binary}
method ::
  :head |
  :get |
  :delete |
  :trace |
  :options |
  :post |
  :put |
  :patch
opts :: [any]
param :: binary | [{binary | atom, param}]
query :: [{binary | atom, param}]
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