Cartel v0.1.1 Cartel.Request View Source

Link to this section Summary

Link to this section Types

Link to this type method() View Source
method() :: :get | :post | :put | :patch | :delete | :options | :head
Link to this type t() View Source
t() :: %Cartel.Request{
  body: body(),
  headers: headers(),
  method: method(),
  options: keyword(),
  params: map() | keyword(),
  url: String.t()
}