tesla v0.5.2 Tesla.Env

Summary

Types

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{body: body, headers: headers, method: method, opts: term, query: query, status: status, url: url}
url :: binary