tesla v0.9.0 Tesla.Env View Source

Link to this section Summary

Link to this section Types

Link to this type __client__() View Source
__client__() :: function
Link to this type __module__() View Source
__module__() :: atom
Link to this type headers() View Source
headers() :: %{optional(binary) => binary}
Link to this type method() View Source
method ::
  :head |
  :get |
  :delete |
  :trace |
  :options |
  :post |
  :put |
  :patch
Link to this type opts() View Source
opts() :: [any]
Link to this type param() View Source
param() :: binary | [{binary | atom, param}]
Link to this type query() View Source
query() :: [{binary | atom, param}]
Link to this type stack() View Source
stack() :: [{atom, atom, any}]
Link to this type status() View Source
status() :: integer
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}