ExClubhouse v0.5.2 ExClubhouse.Operation View Source

Encapsulates a request operation

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Operation{
  body: map() | nil,
  headers: [any()] | nil,
  id: atom(),
  method: :delete | :get | :head | :options | :patch | :post | :put,
  options: [any()] | nil,
  params: map() | nil,
  path: binary()
}